aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2020-12-28 11:05:05 +0100
committerQuentin <quentin@deuxfleurs.fr>2020-12-28 11:05:05 +0100
commitc4c4d6f8a6e816d8dd27e6391e67f181f9717634 (patch)
tree25a37ff31571832e54e74e18557414a5fffb4acb /README.md
parentfc518df1c1a5d68fc8c05ed65b70a386a043b198 (diff)
downloadinfrastructure-c4c4d6f8a6e816d8dd27e6391e67f181f9717634.tar.gz
infrastructure-c4c4d6f8a6e816d8dd27e6391e67f181f9717634.zip
Fix URL
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 35e1d43..26a7856 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ alias bind_df="ssh \
-N \
-L 4646:127.0.0.1:4646 \
-L 8500:127.0.0.1:8500 \
- -L 8082:traefik.service.2.cluster.deuxfleurs.fr:8082 \
+ -L 8082:traefik-admin.service.2.cluster.deuxfleurs.fr:8082 \
-L 5432:psql-proxy.service.2.cluster.deuxfleurs.fr:5432 \
<a server from the cluster>"
```