From b30d6565bdd8bcaf2720d1778d7d5c7c35c51255 Mon Sep 17 00:00:00 2001 From: craig-silva Date: Fri, 5 Oct 2018 13:42:32 +1000 Subject: [PATCH] Updated Traefik and self signed SSL certs (markdown) --- Traefik-and-self-signed-SSL-certs.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Traefik-and-self-signed-SSL-certs.md b/Traefik-and-self-signed-SSL-certs.md index 6121fb3..a8eba7f 100644 --- a/Traefik-and-self-signed-SSL-certs.md +++ b/Traefik-and-self-signed-SSL-certs.md @@ -164,8 +164,11 @@ services: - "traefik.enable=true" - "traefik.port=8080" - "traefik.default.protocol=http" - #note: mail url points to ip address of docker host which has postfix running as a relay for docker apps. ping me at email: silvacraig@gmail.com if you want the postfix config. - # note here that an ip address is used instead of the servce name in the MONGO_URL - this is a bug that I have to work out. To identify the IP address use docker network inspect web when the wekandb is running + #note: mail url points to ip address of docker host which has postfix running as a relay + # for docker apps. ping me at email: silvacraig@gmail.com if you want the postfix config. + # note here that an ip address is used instead of the servce name in the MONGO_URL - + # this is a bug that I have to work out. To identify the IP address use docker network + # inspect web when the wekandb is running environment: - MONGO_URL=mongodb://172.xx.xx.2:27017/wekan - ROOT_URL=http://wekan.myinternaldomain.org