mirror of
https://github.com/Kizuren/statusPage.git
synced 2025-12-21 21:16:09 +01:00
9 lines
No EOL
207 B
YAML
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 |