minor changes

This commit is contained in:
dado
2025-07-28 21:33:34 +02:00
parent b3694d492c
commit 006bc5c7ec

View File

@@ -40,7 +40,7 @@ Per avviare lo stack Docker, è sufficiente eseguire il comando `docker compose
```yml
services:
php:
image: 'php'
image: 'php:8.1-fpm'
container_name: ${APP_NAME:?err}-php
volumes:
- './app:/var/www/html'