lock postgres 13

This commit is contained in:
simon 2021-11-03 16:18:48 +07:00
parent aaae24b486
commit 836f64520b
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ services:
- flask - flask
# backend postgres # backend postgres
postgres: postgres:
image: postgres image: postgres:13
container_name: postgres container_name: postgres
restart: always restart: always
volumes: volumes: