mirror of
https://github.com/EdyTheCow/docker-whmcs.git
synced 2026-04-02 02:38:13 +00:00
Change php version to php-8.3 as default since we now build multiple php versions
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user