version: '3' services: anonymousoverflow: container_name: 'app' build: context: . network: 'host' ports: - '80:8080' restart: 'always'