fix: Fix Traefik ingress for Portainer
This commit is contained in:
parent
c990b812a0
commit
886bfd3dd6
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@
|
|||
"portainer_portainer:/data:rw"
|
||||
];
|
||||
labels = {
|
||||
"traefik.http.routers.terahdev.rule" = "Host(`portainer.hofers.cloud`)";
|
||||
"traefik.http.services.gitterahdev.loadbalancer.server.port" = "9000";
|
||||
"traefik.http.routers.portainerhoferscloud.rule" = "Host(`portainer.hofers.cloud`)";
|
||||
"traefik.http.services.portainerhoferscloud.loadbalancer.server.port" = "9000";
|
||||
};
|
||||
log-driver = "journald";
|
||||
extraOptions = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue