Merge pull request #72 from jkaninda/develop

Update test compose.yaml
This commit is contained in:
2024-01-06 12:49:50 +01:00
committed by GitHub

View File

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