mirror of https://github.com/statping/statping
Pin Postgres version to 10
parent
98b137ffa2
commit
89985474ab
|
@ -104,7 +104,7 @@ services:
|
|||
|
||||
postgres:
|
||||
container_name: postgres
|
||||
image: postgres
|
||||
image: postgres:10
|
||||
restart: always
|
||||
networks:
|
||||
- database
|
||||
|
@ -203,7 +203,7 @@ services:
|
|||
|
||||
postgres:
|
||||
container_name: postgres
|
||||
image: postgres
|
||||
image: postgres:10
|
||||
restart: always
|
||||
networks:
|
||||
- database
|
||||
|
|
Loading…
Reference in New Issue