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

9 lines
139 B
YAML
Raw Normal View History

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