diff options
author | Tom Pansino <2768420+tpansino@users.noreply.github.com> | 2020-09-01 23:47:59 -0700 |
---|---|---|
committer | Tom Pansino <2768420+tpansino@users.noreply.github.com> | 2020-09-01 23:47:59 -0700 |
commit | fbe9338fd3a78141110530055c9b90a5958f845f (patch) | |
tree | 28903d9875cd07df41dd4c35eb8d7487a6bfbae6 /docker-compose.yml | |
parent | 7e5ad02248551770613339957640f38d50ce670f (diff) | |
parent | 83665e4f48e8db29d74a2e84b8befb6076c08665 (diff) | |
download | homer-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.yml | 14 |
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 | --- | ||
2 | version: "2" | ||
3 | services: | ||
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 | ||