Update test compose.yaml

This commit is contained in:
2024-01-06 12:48:29 +01:00
parent 4fdec19efd
commit 78bd76d593

View File

@@ -12,10 +12,10 @@ services:
ports:
- 3306:3306
php-fpm:
image: jkaninda/laravel-php-fpm:latest
image: jkaninda/laravel-php-fpm
container_name: php-fpm
restart: unless-stopped
user: www-data #Use www-data user production usage
#user: www-data #Use www-data user production usage
depends_on:
- mysql
environment: