diff --git a/README.md b/README.md index 69db749..bc07179 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/example/docker-compose.yml b/example/docker-compose.yml index 83949eb..5c206a0 100644 --- a/example/docker-compose.yml +++ b/example/docker-compose.yml @@ -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