1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-26 09:01:08 +02:00
dockerfiles/dante/docker-compose.yml

8 lines
120 B
YAML
Raw Normal View History

2015-06-17 06:14:19 +02:00
dante:
2015-06-17 06:42:00 +02:00
image: vimagick/dante
2015-06-17 06:14:19 +02:00
ports:
- "1080:1080"
volumes:
- sockd.conf:/etc/sockd.conf
restart: always