]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - docker-compose.yml
Bump follow-redirects from 1.15.2 to 1.15.4
[github/bastienwirtz/homer.git] / docker-compose.yml
index 85e9156c71202b0b9c166c968ea29f0e174a3f1c..231e72abe9bf4de698f2671c7177b88e04236c46 100644 (file)
@@ -3,12 +3,13 @@ version: "2"
 services:
   homer:
     image: b4bz/homer
+    #To build from source, comment previous line and uncomment below
+    #build: .
     container_name: homer
     volumes:
       - /your/local/assets/:/www/assets
     ports:
       - 8080:8080
-    #environment:
-    #  - UID=1000
-    #  - GID=1000
-    restart: unless-stopped
+    user: 1000:1000 # default
+    environment:
+      - INIT_ASSETS=1 # default