10 lines
220 B
Plaintext
Raw Normal View History

2023-05-13 09:14:40 +08:00
services:
breezewiki:
container_name: breezewiki
image: quay.io/pussthecatorg/breezewiki:latest
restart: unless-stopped
ports:
- "10416:10416"
volumes:
2023-05-29 23:49:16 +08:00
- "./extras.conf:/app/config.ini"