Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaninda committed Jan 6, 2024
1 parent 2f864b2 commit 9fa8b63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ services:
image: jkaninda/laravel-php-fpm:latest
container_name: php-fpm
restart: unless-stopped
user: www-data #Use www-data user production usage
user: www-data #Use www-data user for production usage
volumes:
#Project root
- ./:/var/www/html
Expand Down
2 changes: 1 addition & 1 deletion example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
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 for production usage
volumes:
#Project root
- ./:/var/www/html
Expand Down

0 comments on commit 9fa8b63

Please sign in to comment.