Update .env
This commit is contained in:
parent
962e200d48
commit
c08877a114
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ MSQL_TZ=Europe/Berlin
|
||||||
# settings for the nextcloud container
|
# settings for the nextcloud container
|
||||||
NC_PUID=1000
|
NC_PUID=1000
|
||||||
NC_PGID=1000
|
NC_PGID=1000
|
||||||
|
NC_TRUSTEDPROXIES=172.16.0.0/24
|
||||||
|
NC_ADMIN_USER=admin
|
||||||
|
NC_ADMIN_USER_PASSWORD=adminpass
|
||||||
|
NC_TRUSTED_DOMAINS=cloud.example.com
|
||||||
#NC_OVERWRITEPROTOCOL=https
|
#NC_OVERWRITEPROTOCOL=https
|
||||||
#NC_OVERWRITECLIURL=https://cloud.example.com
|
#NC_OVERWRITECLIURL=https://cloud.example.com
|
||||||
#NC_OVERWRITEHOST=cloud.example.com
|
#NC_OVERWRITEHOST=cloud.example.com
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue