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:
3wc 2021-12-09 00:03:30 +02:00
parent 7ced35ac8d
commit d6b50b7485
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ services:
php:
image: "thecoopcloud/wordpress:5.8.2-php7.4-fpm-bedrock"
working_dir: /app
user: 1000:1000
volumes:
- ./src:/app:cached