Commit ec9d54e2 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige puerto objetivo de unsee

parent efe077e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -82,14 +82,14 @@ services:

  unsee:
    ports:
      - target: 9094
      - target: 8080
        published: 9094
        mode: host
    deploy:
      mode: replicated
      replicas: 1
      labels:
        traefik.port: "9094"
        traefik.port: "8080"
        traefik.docker.network: traefik-net
        traefik.frontend.auth.basic: ${UI_AUTH}
        traefik.frontend.rule: Host:unsee.${PUBLIC_HOSTNAME}
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ services:
      mode: replicated
      replicas: 1
      labels:
        traefik.port: "9094"
        traefik.port: "8080"
        traefik.docker.network: traefik-net
        traefik.frontend.auth.basic: ${UI_AUTH}
        traefik.frontend.rule: Host:unsee.${PUBLIC_HOSTNAME}