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

8 lines
122 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:
2015-09-02 05:52:53 +02:00
- ./sockd.conf:/etc/sockd.conf
2015-06-17 06:14:19 +02:00
restart: always