aboutsummaryrefslogblamecommitdiffhomepage
path: root/docker-compose.yml
blob: 231e72abe9bf4de698f2671c7177b88e04236c46 (plain) (tree)
1
2
3
4
5
6
7




                     

                                                                    




                                       


                               
---
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
    user: 1000:1000 # default
    environment:
      - INIT_ASSETS=1 # default