mirror of
https://github.com/status-im/codimd.git
synced 2025-02-17 11:26:44 +00:00
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"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
image: postgres:11.5
|
image: postgres:11.6-alpine
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=codimd
|
- POSTGRES_USER=codimd
|
||||||
- POSTGRES_PASSWORD=change_password
|
- POSTGRES_PASSWORD=change_password
|
||||||
|
Loading…
x
Reference in New Issue
Block a user