Loading .env +1 −1 Original line number Diff line number Diff line PUBLIC_PORT=2224 PASSIVE_PUBLIC_PORT='30000-30009' PASSIVE_PUBLIC_PORT=30000-30009 docker-compose.tmpl.yml +0 −2 Original line number Diff line number Diff line Loading @@ -7,11 +7,9 @@ services: - ingest-ftp-net ports: - target: 21 published: ${PUBLIC_PORT} protocol: tcp mode: ingress - target: 30000-30009 published: ${PASSIVE_PUBLIC_PORT} protocol: tcp mode: ingress volumes: Loading Loading
.env +1 −1 Original line number Diff line number Diff line PUBLIC_PORT=2224 PASSIVE_PUBLIC_PORT='30000-30009' PASSIVE_PUBLIC_PORT=30000-30009
docker-compose.tmpl.yml +0 −2 Original line number Diff line number Diff line Loading @@ -7,11 +7,9 @@ services: - ingest-ftp-net ports: - target: 21 published: ${PUBLIC_PORT} protocol: tcp mode: ingress - target: 30000-30009 published: ${PASSIVE_PUBLIC_PORT} protocol: tcp mode: ingress volumes: Loading