1
0

Add nginx_proxy_manager container
Some checks failed
Deploy / Deploy (push) Failing after 32s

This commit is contained in:
2026-02-11 16:48:30 +00:00
parent 6d8f41fb86
commit ba4afdbaca
3 changed files with 89 additions and 0 deletions

16
init.sh Executable file
View File

@@ -0,0 +1,16 @@
#!/usr/bin/env sh
# Define a helper function that runs a command
# If the command fails, the script prints an error message
# and exits immediately.
run() {
# "$@" expands to all arguments passed to this function
# and preserves proper word splitting and quoting.
"$@" || {
echo "Error: command failed: $*" >&2
exit 1
}
}
run chown nginx_proxy_manager:nginx_proxy_manager /config