We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01a30c commit 24bc42cCopy full SHA for 24bc42c
compose/common.yml
@@ -187,7 +187,7 @@ services:
187
healthcheck:
188
retries: 2000
189
ports:
190
- - ${OGMIOS_PORT:-1337}:1337
+ - ${OGMIOS_PORT:-1340}:1337
191
restart: on-failure
192
volumes:
193
- node-ipc:/ipc
@@ -241,7 +241,7 @@ services:
241
timeout: 5s
242
retries: 10
243
244
- - ${POSTGRES_PORT:-5432}:5432
+ - ${POSTGRES_PORT:-5435}:5432
245
246
secrets:
247
- postgres_db_db_sync
0 commit comments