--- version: "2" services: homer: build: . #To build from source, comment previous line and uncomment below #build: . container_name: homer volumes: - ./assets:/var/www/html/assets ports: - 2080:80 #environment: # - UID=1000 # - GID=1000 restart: unless-stopped