Move ports from ephermal ports range: 50051->30051, 55433->30433

This commit is contained in:
Fedor Dikarev
2024-10-08 11:57:17 +02:00
parent 17c59ed786
commit c20b23c648
12 changed files with 21 additions and 21 deletions

View File

@@ -1197,7 +1197,7 @@ RUN case "${PG_VERSION}" in "v17") \
patch -p1 </ext-src/pg_cron.patch
ENV PATH=/usr/local/pgsql/bin:$PATH
ENV PGHOST=compute
ENV PGPORT=55433
ENV PGPORT=30433
ENV PGUSER=cloud_admin
ENV PGDATABASE=postgres
#########################################################################################