docker
docker copied to clipboard
making NEXTCLOUD_TRUSTED_DOMAINS after installation
ALL configurations should be made with environment variables instead of manually editing configurations. The ENV variable is already there but ignored after installation. This change will allow trusted domains to be configured over ENV variables, while still considering the configured values inside config.php.
Hi,
- The new config file should go to https://github.com/nextcloud/docker/tree/master/.config
- Run generate-stackbrew-library.sh to populate the change
Hi,
- The new config file should go to https://github.com/nextcloud/docker/tree/master/.config
- Run generate-stackbrew-library.sh to populate the change
Changed it. Thanks.