mirror of https://github.com/status-im/codimd.git
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:
commit
e09c16a933
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue