Merge pull request #2510 from BookStackApp/fix-docker-perm
Docker: Fix permission with node service by adding node as user
This commit is contained in:
commit
72fda8f592
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ services:
|
|||
node:
|
||||
image: node:alpine
|
||||
working_dir: /app
|
||||
user: node
|
||||
volumes:
|
||||
- ./:/app
|
||||
entrypoint: /app/dev/docker/entrypoint.node.sh
|
||||
|
|
Loading…
Reference in a new issue