1
0
mirror of https://github.com/mgerb/ServerStatus synced 2026-01-10 03:03:04 +00:00
Files
ServerStatus/docker-compose.yml
2024-03-03 16:00:31 -06:00

12 lines
198 B
YAML

version: "3"
services:
server-status:
image: mgerb/server-status:latest
build:
args:
UID: 1000
GID: 1000
volumes:
- ./config.json:/server-status/config.json