Set user id for php fpm container
Ref #4 Hard-coded for the time being, pending a discussion about makefile vs. other strategies for setting the id dynamically
This commit is contained in:
parent
7ced35ac8d
commit
d6b50b7485
@ -14,6 +14,7 @@ services:
|
|||||||
php:
|
php:
|
||||||
image: "thecoopcloud/wordpress:5.8.2-php7.4-fpm-bedrock"
|
image: "thecoopcloud/wordpress:5.8.2-php7.4-fpm-bedrock"
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
|
user: 1000:1000
|
||||||
volumes:
|
volumes:
|
||||||
- ./src:/app:cached
|
- ./src:/app:cached
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user