snikket-server/docker-compose.yml

16 lines
259 B
YAML
Raw Normal View History

2020-01-31 13:46:46 +00:00
version: "3.3"
services:
snikket:
image: snikket:latest
network_mode: host
2020-01-31 13:46:46 +00:00
volumes:
- type: "volume"
source: snikket_data
target: /snikket
env_file: snikket.conf
restart: "unless-stopped"
volumes:
snikket_data: