diff --git a/templates/compose/sftpgo.yaml b/templates/compose/sftpgo.yaml index 90aa23a6d..a80b56e80 100644 --- a/templates/compose/sftpgo.yaml +++ b/templates/compose/sftpgo.yaml @@ -13,7 +13,7 @@ services: - SERVICE_FQDN_SFTPGO_8080 - SFTPGO_DATA_PROVIDER__DRIVER=postgresql - SFTPGO_DATA_PROVIDER__CONNECTION_STRING=postgresql://${SERVICE_USER_POSTGRES}:${SERVICE_PASSWORD_64_POSTGRES}@postgresql:5432/${POSTGRES_DATABASE:-sftpgo-db} - - SFTPGO_SFTPD__BINDINGS__0__PORT=2022 + - SFTPGO_SFTPD__BINDINGS__0__PORT=${PORT_SFTPGO:-2222} - SFTPGO_LOG_LEVEL=${LOG_LEVEL:-info} healthcheck: test: