1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-12 11:14:57 +02:00
dockerfiles/hans/docker-compose.yml

9 lines
139 B
YAML
Raw Normal View History

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