run.sh: quote host name as it allows specifying multiple site aliases

This commit is contained in:
Jan Čapek 2017-03-28 08:59:03 +00:00 committed by Bryan
parent a809194ccc
commit 5201df3750
1 changed files with 1 additions and 1 deletions

2
run.sh
View File

@ -23,7 +23,7 @@ docker run \
-e FULL_NAME="${FULL_NAME}" \
-e EMAIL_ADDRESS="${EMAIL_ADDRESS}" \
-e GPG_PASSWORD="${GPG_PASSWORD}" \
-e HOSTNAME=${HOSTNAME} \
-e HOSTNAME="${HOSTNAME}" \
-v ${APTLY_DATADIR}:/opt/aptly \
-p ${DOCKER_HOST_PORT}:80 \
${LATESTIMAGE}