aboutsummaryrefslogtreecommitdiffhomepage
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-11-16 22:06:14 -0800
committerGitHub <noreply@github.com>2020-11-16 22:06:14 -0800
commita2e28229a90d3f1adb10cc256cc14b4d48d50c42 (patch)
tree0843266b36d9794e32142c0662ceae2aae59204c /docker-compose.yml
parentade77e42578998abc44434c495b41bde37552fe0 (diff)
parent86f4680a5bc3b4cdfd865ff90d435fa7ad2d5376 (diff)
downloadhomer-12944d5465ae6b3a98f01aabeb0ec0c44d1449d1.tar.gz
homer-12944d5465ae6b3a98f01aabeb0ec0c44d1449d1.tar.zst
homer-12944d5465ae6b3a98f01aabeb0ec0c44d1449d1.zip
Merge pull request #159 from simonporte/mainv20.11.2820.11.28
Minor edits on readme and documentation
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 85e9156..884703c 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -3,6 +3,8 @@ version: "2"
3services: 3services:
4 homer: 4 homer:
5 image: b4bz/homer 5 image: b4bz/homer
6 #To build from source, comment previous line and uncomment below
7 #build: .
6 container_name: homer 8 container_name: homer
7 volumes: 9 volumes:
8 - /your/local/assets/:/www/assets 10 - /your/local/assets/:/www/assets