1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/hans/arm/docker-compose.yml

9 lines
139 B
YAML
Raw Normal View History

2016-10-28 17:05:25 +00:00
hans:
image: easypi/hans-arm
environment:
- SERVER=1.2.3.4
- PASSWORD=password
net: host
privileged: yes
restart: always