Skip to content

Commit

Permalink
Fix typo in network name for spring-postgres example
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Irwin <mikesir87@gmail.com>
  • Loading branch information
mikesir87 committed Mar 20, 2020
1 parent 6c87541 commit 19dab8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spring-postgres/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
environment:
POSTGRES_DB: example
networks:
- spring-postges
- spring-postgres
db:
environment:
POSTGRES_DB: example
Expand All @@ -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: {}

0 comments on commit 19dab8f

Please sign in to comment.