Skip to content

Commit

Permalink
Merge pull request #72 from jkaninda/develop
Browse files Browse the repository at this point in the history
Update test compose.yaml
  • Loading branch information
jkaninda authored Jan 6, 2024
2 parents 393179c + 78bd76d commit 7c1e92f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7c1e92f

Please sign in to comment.