mirror of
https://github.com/mgerb/ServerStatus
synced 2026-01-08 10:32:48 +00:00
8 lines
139 B
YAML
8 lines
139 B
YAML
version: "3"
|
|
|
|
services:
|
|
server-status:
|
|
image: mgerb/server-status:latest
|
|
volumes:
|
|
- ./config.json:/server-status/config.json
|