mirror of
https://github.com/linuxserver/docker-wikijs.git
synced 2026-02-20 02:25:17 +08:00
no need to chown app folder now
This commit is contained in:
parent
e57c1dc246
commit
fc4e5b4b4c
@ -35,6 +35,3 @@ chown -R abc:abc \
|
||||
/config
|
||||
chown abc:abc \
|
||||
/data
|
||||
|
||||
# chown the app directory, but not node_modules
|
||||
find /app/wiki -maxdepth 1 ! -name node_modules ! -name wiki -exec chown -R abc:abc '{}' \;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user