Commit 9eb2891f authored by Nacho's avatar Nacho
Browse files

Corrige config del puerto en docker-compose

parent 42258053
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: