Change php version to php-8.3 as default since we now build multiple php versions

This commit is contained in:
EdyTheCow
2025-10-28 12:54:03 +01:00
parent 8312cb69f7
commit d9fc3f5881
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ services:
- "traefik.http.routers.whmcs-admin.middlewares=whmcs-admin-auth@docker"
php-fpm:
image: ghcr.io/edythecow/whmcs-php-fpm:latest
image: ghcr.io/edythecow/whmcs-php-fpm:php-8.3
volumes:
- whmcs-www:/var/www
environment:

View File

@@ -35,7 +35,7 @@ services:
- "traefik.http.routers.whmcs-admin.tls=true"
php-fpm:
image: ghcr.io/edythecow/whmcs-php-fpm:latest
image: ghcr.io/edythecow/whmcs-php-fpm:php-8.3
volumes:
- ${DATA_DIR}/whmcs:/var/www/html
- ${DATA_DIR}/whmcs_storage:/var/www/whmcs_storage
@@ -78,4 +78,4 @@ networks:
docker-whmcs-network-internal:
external: false
docker-whmcs-network:
external: true
external: true