aboutsummaryrefslogtreecommitdiffhomepage
path: root/docker-compose.yml
diff options
context:
space:
mode:
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