From 149662fb7d7e538567a4578d107e8e38062fa079 Mon Sep 17 00:00:00 2001 From: sthope Date: Fri, 3 Sep 2021 02:20:12 +0200 Subject: [PATCH] Update 'docker_portainer_stacks/portainer/README.md' --- docker_portainer_stacks/portainer/README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docker_portainer_stacks/portainer/README.md b/docker_portainer_stacks/portainer/README.md index e4ea9da..36ddff2 100644 --- a/docker_portainer_stacks/portainer/README.md +++ b/docker_portainer_stacks/portainer/README.md @@ -18,7 +18,15 @@ bash -c "$(wget -qLO - https://git.sthope.dev/sthope/docker_portainer_stacks/raw ``` Replace `EDGE_ID` and `EDGE_KEY` with ones given by Portainer -# Portainer EndPoint DockerAPI no TLS +# Portainer EndPoint DockerAPI +no TLS ``` clear;bash -c "$(wget -qLO - https://git.sthope.dev/sthope/sthope-examples/raw/branch/master/docker_portainer_stacks/portainer/setup-dockerapi-notls)" -``` \ No newline at end of file +``` +TLS Master +``` +clear;bash -c "$(wget -qLO - https://git.sthope.dev/sthope/sthope-examples/raw/branch/master/docker_portainer_stacks/portainer/setup-dockerapi-master-withtls)" +``` +TLS Slave +``` +clear;bash -c "$(wget -qLO - https://git.sthope.dev/sthope/sthope-examples/raw/branch/master/docker_portainer_stacks/portainer/setup-dockerapi-slave-withtls)" \ No newline at end of file