1
0
mirror of https://github.com/mgerb/ServerStatus synced 2026-01-10 03:03:04 +00:00

added docker support

This commit is contained in:
2018-10-04 19:07:30 -05:00
parent bcb57c72a3
commit 642ccc7bf5
6 changed files with 55 additions and 1 deletions

7
docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
version: "2"
services:
server-status:
image: mgerb/server-status:latest
volumes:
- ./config.json:/server-status/config.json