fixed wrong ip
This commit is contained in:
@@ -99,7 +99,7 @@ services:
|
|||||||
- 5432
|
- 5432
|
||||||
networks:
|
networks:
|
||||||
swa-database:
|
swa-database:
|
||||||
ipv4_address: 10.42.2.2
|
ipv4_address: 10.42.3.2
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB
|
test: pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB
|
||||||
start_period: 5s
|
start_period: 5s
|
||||||
|
|||||||
Reference in New Issue
Block a user