1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +00:00
dockerfiles/hans/docker-compose.yml

9 lines
139 B
YAML
Raw Permalink Normal View History

2016-10-28 14:24:03 +00:00
hans:
image: vimagick/hans
environment:
- NETWORK=10.1.2.0
- PASSWORD=password
net: host
privileged: yes
restart: always