mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
12 lines
182 B
YAML
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
|