mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-26 10:43:35 +02:00
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
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…
Add table
Add a link
Reference in a new issue