docker-etchosts/docker-compose.yml

8 lines
152 B
YAML

docker-etchosts:
build: .
volumes:
- "/etc/hosts:/hosts"
- "/var/run/docker.sock:/var/run/docker.sock"
privileged: true
restart: always