minor changes

This commit is contained in:
dado
2025-07-28 21:30:21 +02:00
parent cf9eeb18ca
commit b3694d492c

View File

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