docker-compose/nextcloud/nextcloud.env

14 lines
350 B
Bash
Raw Normal View History

2024-05-23 13:51:39 +02:00
# Nextcloud database settings
MYSQL_DATABASE=nextcloud
MYSQL_USER=nextcloud
MYSQL_PASSWORD=YOUR_RANDOM_PASSWORD
# reverse proxy settings
# if you're not a reverse proxy, you must uncomment the following lines
TRUSTED_PROXIES=172.16.0.0/12
OVERWRITEHOST=cloud.example.com
OVERWRITEPROTOCOL=https
OVERWRITEWEBROOT=/
# PHP settings
PHP_UPLOAD_LIMIT=1G