remove unneeded volume mount (#652)
Wiki.js stores all data in the database, mounting this directory prevents updating the app via docker, because it contains the server code itself. See https://docs.requarks.io/en/install/docker#using-docker-compose.
This commit is contained in:
parent
b2a2b35473
commit
0fd1f8e992
|
|
@ -18,8 +18,6 @@ services:
|
||||||
DB_NAME: wiki
|
DB_NAME: wiki
|
||||||
image: requarks/wiki:$$cap_version
|
image: requarks/wiki:$$cap_version
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
|
||||||
- $$cap_appname-data:/wiki
|
|
||||||
caproverExtra:
|
caproverExtra:
|
||||||
containerHttpPort: '3000'
|
containerHttpPort: '3000'
|
||||||
caproverOneClickApp:
|
caproverOneClickApp:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue