From 0fd1f8e992ee871d2b5b4fc8c7c8382951ef7c45 Mon Sep 17 00:00:00 2001 From: Johannah Sprinz Date: Sun, 24 Apr 2022 19:24:31 +0200 Subject: [PATCH] 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. --- public/v4/apps/wiki-js.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/v4/apps/wiki-js.yml b/public/v4/apps/wiki-js.yml index 20a64de..4f974f5 100644 --- a/public/v4/apps/wiki-js.yml +++ b/public/v4/apps/wiki-js.yml @@ -18,8 +18,6 @@ services: DB_NAME: wiki image: requarks/wiki:$$cap_version restart: always - volumes: - - $$cap_appname-data:/wiki caproverExtra: containerHttpPort: '3000' caproverOneClickApp: