statusPage/docker-compose.yml
2025-03-19 16:27:00 +01:00

9 lines
No EOL
207 B
YAML

services:
statuspage:
image: ghcr.io/marcus7i/statuspage:latest
container_name: statuspage
restart: unless-stopped
ports:
- "8080:8080"
volumes:
- ./config.js:/app/config.js