mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-28 11:43:40 +08:00
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
|
@ -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 New Issue
Block a user