1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/dante/docker-compose.yml

12 lines
182 B
YAML
Raw Normal View History

2020-10-30 04:48:52 +00:00
version: "3.8"
services:
dante:
image: vimagick/dante
ports:
- "1080:1080"
volumes:
- ./data:/etc/dante
tmpfs:
- /run
restart: unless-stopped