- ## nextcloud option
- # bind address for web port
- NEXTCLOUD_WEB_BIND=127.0.0.1
- # port to bind to
- NEXTCLOUD_WEB_PORT=8001
- # admin user name
- NEXTCLOUD_ADMIN_USER=admin
- # comma seperated list of trusted domains
- NEXTCLOUD_TRUSTED_DOMAINS="betacloud.pgollor.de"
- ## Timezone one of /usr/share/zoneinfo
- TZ=Europe/Berlin