Pin Postgres version to 10

master
Oleg Kainov 2019-12-17 18:10:58 +01:00
parent 98b137ffa2
commit 89985474ab
1 changed files with 2 additions and 2 deletions

@ -104,7 +104,7 @@ services:
postgres: postgres:
container_name: postgres container_name: postgres
image: postgres image: postgres:10
restart: always restart: always
networks: networks:
- database - database
@ -203,7 +203,7 @@ services:
postgres: postgres:
container_name: postgres container_name: postgres
image: postgres image: postgres:10
restart: always restart: always
networks: networks:
- database - database