1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/dante/docker-compose.yml

8 lines
122 B
YAML
Raw Normal View History

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