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

Make docker image unprivileged

This commit is contained in:
Ethorbit
2024-03-02 17:15:02 -08:00
committed by Mitchell Gerber
parent 50a06b98be
commit e4320bcecb
2 changed files with 12 additions and 2 deletions

View File

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