# Review the tag and network values before the first start. MTG_MANAGEMENT_VERSION=1.0.0 # Use never after loading the image on a disconnected Docker host. MTG_MANAGEMENT_PULL_POLICY=missing MTG_MANAGEMENT_BIND_ADDRESS=127.0.0.1 MTG_MANAGEMENT_HTTP_PORT=80 MTG_MANAGEMENT_HTTPS_PORT=443 MTG_MANAGEMENT_HOSTNAME=management-appliance.localhost # Choose a nonconflicting private IPv4 address; keep it fixed for this volume. MTG_MANAGEMENT_NODE_IP=10.41.0.1 MTG_MANAGEMENT_TLS_DIRECTORY=./tls MTG_MANAGEMENT_DNS_FORWARDER_ENABLED=true # Leave empty when supplying tls/tls.crt and tls/tls.key. MTG_MANAGEMENT_ACME_DIRECTORY_URL= MTG_MANAGEMENT_ACME_EMAIL= # Supply INITIAL_GITEA_ADMIN_PASSWORD from the shell, not this file.