Fix source file, BASH_SROUCE did not work without the shebang. Also fix bug for when it sees ..
and assumes current directory.
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
# in. Therefore a local DNS is necessary in order to tell Nextcloud that the
|
||||
# document server is a local IP address rather than the WAN address like an
|
||||
# external DNS would.
|
||||
# This file should be sourced by the shell instance starting the containers, it
|
||||
# unfortunately cannot be specified in the env_file: element because the dns:
|
||||
# element reads its variables before env_file: is loaded. Putting the servers
|
||||
# into environment: works but then the configuration is no longer private.
|
||||
|
||||
# A private DNS server, such as one run by this project's Config/DNS/ config.
|
||||
DNS1=10.110.1.53
|
||||
|
Reference in New Issue
Block a user