Browse Source

readme trouble shooting

bach 2 years ago
parent
commit
5ff77b9cb1
1 changed files with 17 additions and 0 deletions
  1. 17 0
      README.md

+ 17 - 0
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