Update docker/headscale/start.sh
This commit is contained in:
parent
46edfbfeed
commit
0381777c41
|
@ -2,7 +2,7 @@
|
|||
set +e
|
||||
|
||||
replace_config_values() {
|
||||
local config_template="/etc/headscale/config-example.yaml"
|
||||
local config_template="/etc/headscale-example/config-example.yaml"
|
||||
local config_output="/etc/headscale/config.yaml"
|
||||
|
||||
# Default values
|
||||
|
|
Loading…
Reference in New Issue