Binding promiscuously in Docker to make things happen
This commit is contained in:
@@ -27,6 +27,8 @@ services:
|
||||
- GIT_USER_EMAIL=${GIT_USER_EMAIL:?Set GIT_USER_EMAIL}
|
||||
# Optional: override the server port (default 3001)
|
||||
- STORKIT_PORT=3001
|
||||
# Bind to all interfaces so Docker port forwarding works.
|
||||
- STORKIT_HOST=0.0.0.0
|
||||
# Optional: Matrix bot credentials (if using Matrix integration)
|
||||
- MATRIX_HOMESERVER=${MATRIX_HOMESERVER:-}
|
||||
- MATRIX_USER=${MATRIX_USER:-}
|
||||
|
||||
Reference in New Issue
Block a user