mirror of
https://github.com/jkaninda/laravel-php-fpm.git
synced 2025-12-06 08:59:38 +01:00
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user