aboutsummaryrefslogtreecommitdiffhomepage
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorTom Pansino <2768420+tpansino@users.noreply.github.com>2020-09-01 23:47:59 -0700
committerTom Pansino <2768420+tpansino@users.noreply.github.com>2020-09-01 23:47:59 -0700
commitfbe9338fd3a78141110530055c9b90a5958f845f (patch)
tree28903d9875cd07df41dd4c35eb8d7487a6bfbae6 /docker-compose.yml
parent7e5ad02248551770613339957640f38d50ce670f (diff)
parent83665e4f48e8db29d74a2e84b8befb6076c08665 (diff)
downloadhomer-fbe9338fd3a78141110530055c9b90a5958f845f.tar.gz
homer-fbe9338fd3a78141110530055c9b90a5958f845f.tar.zst
homer-fbe9338fd3a78141110530055c9b90a5958f845f.zip
Merge remote-tracking branch 'upstream/master' into feature/custom-card-colors
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100644
index 0000000..85e9156
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,14 @@
1---
2version: "2"
3services:
4 homer:
5 image: b4bz/homer
6 container_name: homer
7 volumes:
8 - /your/local/assets/:/www/assets
9 ports:
10 - 8080:8080
11 #environment:
12 # - UID=1000
13 # - GID=1000
14 restart: unless-stopped