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:
# Apache and PHP service
web:
image: php:8-apache
image: php:8.3.21-apache
container_name: php-apache-container
ports:
- "${WWW_PORT_HOST}:80"