Files
compose-anything/src/dockge/.env.example
Sun-ZhenXing 3c609b5989 feat: add more
2025-10-06 21:48:39 +08:00

16 lines
233 B
Plaintext

# Dockge version
DOCKGE_VERSION="1"
# Port override
PORT_OVERRIDE=5001
# Stacks directory on host
STACKS_DIR="./stacks"
# Stacks directory inside container
DOCKGE_STACKS_DIR="/opt/stacks"
# User and group IDs
PUID=1000
PGID=1000