This commit is contained in:
2025-06-07 16:04:20 -06:00
parent 2ddaa79706
commit 22c37748e3
+1 -1
View File
@@ -2,7 +2,7 @@ version: '3.8'
services: services:
# Apache and PHP service # Apache and PHP service
web: web:
image: php:8-apache image: php:8.3.21-apache
container_name: php-apache-container container_name: php-apache-container
ports: ports:
- "${WWW_PORT_HOST}:80" - "${WWW_PORT_HOST}:80"