docker-etchosts/docker-compose.yml

8 lines
152 B
YAML
Raw Normal View History

2016-09-04 16:49:50 +00:00
docker-etchosts:
build: .
volumes:
- "/etc/hosts:/hosts"
- "/var/run/docker.sock:/var/run/docker.sock"
privileged: true
restart: always