mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-01-23 10:21:43 +00:00
Merge pull request #1542 from hedgedoc/docs/pg_13
Docs: Use Postgres 13 in Docker example
This commit is contained in:
commit
936b87f3b4
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