Merge pull request #23 from mikesir87/network-name-typo-fix
Fix typo in network name for spring-postgres example
This commit is contained in:
commit
a4001ea0a8
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ services:
|
|||
environment:
|
||||
POSTGRES_DB: example
|
||||
networks:
|
||||
- spring-postges
|
||||
- spring-postgres
|
||||
db:
|
||||
environment:
|
||||
POSTGRES_DB: example
|
||||
|
@ -19,11 +19,11 @@ services:
|
|||
volumes:
|
||||
- db-data:/var/lib/postgresql/data
|
||||
networks:
|
||||
- spring-postges
|
||||
- spring-postgres
|
||||
volumes:
|
||||
db-data: {}
|
||||
secrets:
|
||||
db-password:
|
||||
file: db/password.txt
|
||||
networks:
|
||||
spring-postges: {}
|
||||
spring-postgres: {}
|
||||
|
|
Loading…
Reference in a new issue