reverted hard-coded name of scalelite-proxy container

This commit is contained in:
jfederico
2022-06-17 16:13:41 -04:00
parent af371b15c3
commit a3d5abbe53
2 changed files with 2 additions and 7 deletions

View File

@@ -122,5 +122,5 @@ docker-compose run --rm --entrypoint "\
--force-renewal" certbot
echo
echo "### Reloading $NGINX_CONTAINER_NAME..."
docker-compose exec $([ "$interactive" -ne 1 ] && echo "-T") $NGINX_CONTAINER_NAME nginx -s reload
echo "### Reloading scalelite-proxy..."
docker-compose exec $([ "$interactive" -ne 1 ] && echo "-T") scalelite-proxy nginx -s reload