Update php version, fix permission issue

This commit is contained in:
2024-01-06 12:15:51 +01:00
parent 5badbd3c99
commit 800c42b038
18 changed files with 125 additions and 118 deletions

View File

@@ -15,6 +15,7 @@ services:
image: jkaninda/laravel-php-fpm:latest
container_name: php-fpm
restart: unless-stopped
user: www-data #Use www-data user production usage
depends_on:
- mysql
environment: