Parcourir la source

readme trouble shooting

bach il y a 2 ans
Parent
commit
5ff77b9cb1
1 fichiers modifiés avec 17 ajouts et 0 suppressions
  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