Skip to content

Commit

Permalink
Update test compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaninda committed Jan 6, 2024
1 parent 4fdec19 commit 78bd76d
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 78bd76d

Please sign in to comment.