1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-12 11:15:04 +02:00
dockerfiles/dante/docker-compose.yml
2015-06-17 12:14:19 +08:00

8 lines
111 B
YAML

dante:
image: dante
ports:
- "1080:1080"
volumes:
- sockd.conf:/etc/sockd.conf
restart: always