10 lines
331 B
Bash
10 lines
331 B
Bash
# Docker image tag for jgraph/drawio (e.g. "24.0.0" or "latest"); defaults to latest if unset
|
|
DRAWIO_VERSION="latest"
|
|
|
|
# Main interface port for accessing the application
|
|
DRAWIO_PORT="8080"
|
|
|
|
# Enable local PDF/image export without relying on an external service
|
|
# Set to 1 to enable, 0 or omit to disable
|
|
DRAWIO_SELF_CONTAINED="0"
|