From bf3f5c92ec36b6038d81a3e7ea8b96c78b431c9f Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Mon, 12 Jan 2026 23:44:06 +0100 Subject: [PATCH] fix(service): sftpgo port --- templates/compose/sftpgo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: