Add control for UID and GID

This commit is contained in:
2024-01-23 18:44:05 -06:00
parent 17107bd7bb
commit 7b1cf05fe8
3 changed files with 29 additions and 2 deletions

View File

@@ -24,6 +24,8 @@ services:
environment:
DBHOST: "db"
REDISHOST: "redis"
PUID: 1000
PGID: 1000
volumes:
- "~/config/Pterodactyl/Panel:/config"
ports: