1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-18 04:58:52 +02:00
dockerfiles/dante/docker-compose.yml

8 lines
122 B
YAML
Raw Normal View History

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