🗃️ Committing everything that changed 🗃️

Dockerfile
.env.scripts
rootfs/usr/local/bin/entrypoint.sh
This commit is contained in:
casjay
2025-05-13 16:45:28 -04:00
parent 6a157bb7f9
commit 1fec9d4373
3 changed files with 20 additions and 8 deletions

View File

@@ -42,7 +42,7 @@ ENV_DISTRO_TAG="${IMAGE_VERSION}"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Env
SERVICE_PORT="80"
EXPOSE_PORTS=""
EXPOSE_PORTS="6800"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Versions
PHP_VERSION="system"