mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-23 00:00:59 +00:00
8 lines
319 B
Bash
Executable File
8 lines
319 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
echo "NexusPHP is pinned to a fixed app release and image digest."
|
|
echo "Automatic in-place app upgrades are intentionally disabled for this package."
|
|
echo "Back up APP_DATA_DIR and the compose-managed MySQL/Redis volumes before changing APP_RELEASE_VERSION or APP_IMAGE."
|
|
exit 0
|