mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
Docs: Use Postgres 13 in Docker example
After https://github.com/hedgedoc/container/pull/181 has been merged, we should now also use PG 13 in the example snippet. Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
b55593734f
commit
9650950d00
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ The easiest way to get started with HedgeDoc and Docker is to use the following
|
|||
version: '3'
|
||||
services:
|
||||
database:
|
||||
image: postgres:9.6-alpine
|
||||
image: postgres:13.4-alpine
|
||||
environment:
|
||||
- POSTGRES_USER=hedgedoc
|
||||
- POSTGRES_PASSWORD=password
|
||||
|
|
Loading…
Reference in a new issue