first correction

This commit is contained in:
Matthieu LEMAIRE
2025-11-06 14:26:02 +01:00
parent ce26b30ead
commit e2c07c5941
5 changed files with 22 additions and 7 deletions

View File

@@ -2,7 +2,8 @@ version: '3.8'
services:
web:
image: php:8.2-apache
build:
context: . # Indique que le contexte de build est le répertoire actuel
ports:
- "8080:80"
volumes: