1
0

config: save ports instead of net addresses (follow-up 012ce1c1bb)

This commit is contained in:
ThomasV
2023-08-11 08:12:54 +02:00
parent 2557474449
commit 9f5f802cd1
5 changed files with 18 additions and 35 deletions

View File

@@ -413,7 +413,7 @@ if [[ $1 == "configure_test_watchtower" ]]; then
$carol setconfig -o run_watchtower true
$carol setconfig -o watchtower_user wtuser
$carol setconfig -o watchtower_password wtpassword
$carol setconfig -o watchtower_address 127.0.0.1:12345
$carol setconfig -o watchtower_port 12345
$bob setconfig -o watchtower_url http://wtuser:wtpassword@127.0.0.1:12345
fi