Hi, It would be nice to have some links to the docker file and docs that you used. ... Your docker start commands look super strange.
> docker run -d --rm tiddock wiki --init fr-FR-server > docker run -d --rm tiddock server host=0.0.0.0 That's not how it should be done. ... the fr-FR-server is ONLY used for development, since it contains an includeWikis parameter, that includes the French wiki translatiions and it includes the english original wiki content as "read only". ... So that's a complete m The whole TW initialisation of your wiki folders should be done with the docker build commands. The commands you posted won't work at all. The complete volume info is missing. ... As I wrote, if you give a link to the docker build file it would be easier to help. -mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/7e5591d8-3ae7-4c54-ab56-03b13274dbe2n%40googlegroups.com.

