diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-11-16 22:06:14 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-16 22:06:14 -0800 |
commit | a2e28229a90d3f1adb10cc256cc14b4d48d50c42 (patch) | |
tree | 0843266b36d9794e32142c0662ceae2aae59204c /docker-compose.yml | |
parent | ade77e42578998abc44434c495b41bde37552fe0 (diff) | |
parent | 86f4680a5bc3b4cdfd865ff90d435fa7ad2d5376 (diff) | |
download | homer-a2e28229a90d3f1adb10cc256cc14b4d48d50c42.tar.gz homer-a2e28229a90d3f1adb10cc256cc14b4d48d50c42.tar.zst homer-a2e28229a90d3f1adb10cc256cc14b4d48d50c42.zip |
Minor edits on readme and documentation
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 2 |
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" | |||
3 | services: | 3 | services: |
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 |