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 +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ services: - target: 30000-30009 published: ${PASSIVE_PUBLIC_PORT} protocol: tcp mode: host mode: ingress volumes: - ingest-data-vol:/data/ftp - ingest-ftp-ssl-vol:/etc/ssl/private 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 +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ services: - target: 30000-30009 published: ${PASSIVE_PUBLIC_PORT} protocol: tcp mode: host mode: ingress volumes: - ingest-data-vol:/data/ftp - ingest-ftp-ssl-vol:/etc/ssl/private Loading