Merge pull request #23 from mikesir87/network-name-typo-fix

Fix typo in network name for spring-postgres example
pull/25/head
Anca Iordache 4 years ago committed by GitHub
commit a4001ea0a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      spring-postgres/docker-compose.yaml

@ -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…
Cancel
Save