Update nginx-example

This commit is contained in:
John
2025-04-27 13:25:39 +12:00
parent 192cc48d42
commit c35fabe6e7
9 changed files with 6 additions and 30 deletions

View File

@ -6,9 +6,6 @@
# It is called with the path to the server specific env file as an argument.
source "$(dirname "$0")/_common.sh"
load_env "$1" || die "Failed to load environment variables"
# Required environment variables
check_required_env_vars "CONTAINER_NAME"
_stop_container $CONTAINER_NAME || die "Failed to stop container ${CONTAINER_NAME}"