--- version: "2" services: homer: image: b4bz/homer:latest container_name: homer volumes: - /infra/homer:/www/assets ports: - 8000:8080 user: 1000:1000 # default environment: - INIT_ASSETS=1 # default restart: unless-stopped