diff options
author | simonporte <32496803+simonporte@users.noreply.github.com> | 2020-11-14 13:25:01 +0100 |
---|---|---|
committer | simonporte <32496803+simonporte@users.noreply.github.com> | 2020-11-14 13:25:01 +0100 |
commit | 86f4680a5bc3b4cdfd865ff90d435fa7ad2d5376 (patch) | |
tree | 0843266b36d9794e32142c0662ceae2aae59204c /docker-compose.yml | |
parent | ade77e42578998abc44434c495b41bde37552fe0 (diff) | |
download | homer-86f4680a5bc3b4cdfd865ff90d435fa7ad2d5376.tar.gz homer-86f4680a5bc3b4cdfd865ff90d435fa7ad2d5376.tar.zst homer-86f4680a5bc3b4cdfd865ff90d435fa7ad2d5376.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 |