From 5ff77b9cb1a386c4a240f27b2f0b85754db7d77b Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 6 Dec 2021 13:26:25 +0100 Subject: [PATCH] readme trouble shooting --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index ee7d48c..fbfd8a1 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,23 @@ server { } ``` +## trooble shooting + +/srv/basex has bad owner : 1000:users instead of basex:basex (1948:1984) (WHY ??) +``` + docker exec -u 0 -it gdp-basex-1 sh + chown -R basex:basex /srv/basex +``` + +gdp-entrypoint is never launched, "launchit by hand" (WHY ??) +``` + docker exec -it gdp-basex-1 sh + . /usr/local/bin/gdp-entrypoint.sh +``` + + + + ## Doc https://github.com/guidesDeParis/webapp/blob/master/install.md