feat: add more
This commit is contained in:
15
src/dockge/.env.example
Normal file
15
src/dockge/.env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user