1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/dante/docker-compose.yml
2020-10-30 12:48:52 +08:00

12 lines
182 B
YAML

version: "3.8"
services:
dante:
image: vimagick/dante
ports:
- "1080:1080"
volumes:
- ./data:/etc/dante
tmpfs:
- /run
restart: unless-stopped