Fabien Ninoles
Fabien Ninoles
I try to do the same, and end up with this: - Using nginx-proxy, everything goes fine. - Using nginx and docker-gen separetely, the generate conf contains an empty upstream...
OK, I have an idea and it happens to work (but I'm not sure why): I removed the -exposed-only from the docker-gen options and it starts working. Note that: -...
For the new networking feature for docker-compose "version 2", another solution is to use the network_mode: "bridge" as well as networks: default: external: name: bridge. That's help me with some...
I have the same problem, and it's just a space missing in the translation of `alias of %s`, which is translated by `%sの別名です`. Instead, the translation should add a space...
Short workaround for those who cannot wait: Copy https://github.com/sphinx-doc/sphinx/blob/v5.3.0/sphinx/locale/ja/LC_MESSAGES/sphinx.po into your locale folder, with the sphing name, and replace `%sの別名です` with `%s の別名です`. The sphinx.mo in your locale folder will...
https://www.sphinx-doc.org/en/master/extdev/i18n.html#sphinx.locale.get_translation