X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=docker-compose.yml;h=231e72abe9bf4de698f2671c7177b88e04236c46;hb=bf2fcc6641643018bd5224ec2f8308173d54cfa4;hp=85e9156c71202b0b9c166c968ea29f0e174a3f1c;hpb=e4537f134b02966e98b30520563395e17a1afe78;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/docker-compose.yml b/docker-compose.yml index 85e9156..231e72a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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