Commit 3d31010c authored by Nacho's avatar Nacho
Browse files

Añade comillas a las puertos en compose

parent 9eb2891f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ services:
    image: atmoz/sftp:alpine
    container_name: sftp
    ports:
      - ${PORT}:22
      - "${PORT}:22"
    restart: on-failure:3

volumes:
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ services:
      mode: replicated
      replicas: 1
      labels:
        traefik.port: 22
        traefik.port: "22"
        traefik.docker.network: traefik-net
        traefik.frontend.rule: "Host:sftp.${PUBLIC_HOSTNAME}"
        traefik.backend: sftp