Fix FQDN bug in DOCKER_HOST env.

This commit is contained in:
Derek Smith 2023-03-22 16:34:06 -04:00
parent 1690092f65
commit 9c17dd84d5
Signed by: farscapian
GPG Key ID: B443E530A14E1C90

View File

@ -4,7 +4,7 @@ set -eu
cd "$(dirname "$0")"
# redirect all docker commands to the remote host.
DOCKER_HOST="ssh://ubuntu@$PRIMARY_WWW_FQDN"
DOCKER_HOST="ssh://ubuntu@$WWW_FQDN"
export DOCKER_HOST="$DOCKER_HOST"
# prepare clams images and such