Merge pull request #1542 from hedgedoc/docs/pg_13

Docs: Use Postgres 13 in Docker example
This commit is contained in:
David Mehren
2021-08-14 21:56:29 +02:00
committed by GitHub

View File

@@ -18,7 +18,7 @@ The easiest way to get started with HedgeDoc and Docker is to use the following
version: '3' version: '3'
services: services:
database: database:
image: postgres:9.6-alpine image: postgres:13.4-alpine
environment: environment:
- POSTGRES_USER=hedgedoc - POSTGRES_USER=hedgedoc
- POSTGRES_PASSWORD=password - POSTGRES_PASSWORD=password