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:
Johannah Sprinz 2022-04-24 19:24:31 +02:00 committed by GitHub
parent b2a2b35473
commit 0fd1f8e992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -18,8 +18,6 @@ services:
DB_NAME: wiki
image: requarks/wiki:$$cap_version
restart: always
volumes:
- $$cap_appname-data:/wiki
caproverExtra:
containerHttpPort: '3000'
caproverOneClickApp: