wiki/docker-compose.yml
sthope da6ba8d5c6
Some checks failed
Docker Compose Test / test (push) Has been cancelled
Initial commit
2024-05-04 17:55:21 +02:00

11 lines
237 B
YAML

---
services:
sthope-wiki:
image: squidfunk/mkdocs-material:latest
container_name: sthope-wiki
restart: unless-stopped
network_mode: sthope
volumes:
- /mnt/user/Docker/wiki:/docs
ports:
- "8000:8000"