1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:50 +02:00
dockerfiles/dante/docker-compose.yml

12 lines
182 B
YAML
Raw Normal View History

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