Merge pull request #1389 from tunagohan/feature/postgresql-upgrade-to-11_6

postgresql docker image upgrade 11.5 to 11.6-alpine
This commit is contained in:
Raccoon 2020-01-22 16:23:06 +08:00 committed by GitHub
commit e09c16a933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
version: "3"
services:
database:
image: postgres:11.5
image: postgres:11.6-alpine
environment:
- POSTGRES_USER=codimd
- POSTGRES_PASSWORD=change_password