Fix typo in network name for spring-postgres example
Signed-off-by: Michael Irwin <mikesir87@gmail.com>
This commit is contained in:
parent
6c8754131d
commit
19dab8f353
@ -7,7 +7,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: example
|
POSTGRES_DB: example
|
||||||
networks:
|
networks:
|
||||||
- spring-postges
|
- spring-postgres
|
||||||
db:
|
db:
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: example
|
POSTGRES_DB: example
|
||||||
@ -19,11 +19,11 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- db-data:/var/lib/postgresql/data
|
- db-data:/var/lib/postgresql/data
|
||||||
networks:
|
networks:
|
||||||
- spring-postges
|
- spring-postgres
|
||||||
volumes:
|
volumes:
|
||||||
db-data: {}
|
db-data: {}
|
||||||
secrets:
|
secrets:
|
||||||
db-password:
|
db-password:
|
||||||
file: db/password.txt
|
file: db/password.txt
|
||||||
networks:
|
networks:
|
||||||
spring-postges: {}
|
spring-postgres: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user