And update the docker org too

This commit is contained in:
Jamie Curnow 2022-01-11 11:52:25 +10:00
parent 5bd002a568
commit 1f3ac7a9ec

View File

@ -3,7 +3,7 @@
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
. "$DIR/.common.sh"
DOCKER_IMAGE=jc21/nginx-full:certbot-node
DOCKER_IMAGE=nginxproxymanager/nginx-full:certbot-node
# Ensure docker exists
if hash docker 2>/dev/null; then