1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-01 03:01:29 +00:00
dockerfiles/dante/docker-compose.yml

8 lines
120 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:
- sockd.conf:/etc/sockd.conf
restart: always