We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 707f7b8 + 882787a commit 521adcdCopy full SHA for 521adcd
docker-compose.dev.yml
@@ -15,7 +15,7 @@ services:
15
ports:
16
- "5432:5432"
17
hedgedoc:
18
- image: quay.io/hedgedoc/hedgedoc:1.10.0
+ image: quay.io/hedgedoc/hedgedoc:1.10.3
19
environment:
20
CMD_DB_URL: "postgres://ctfnote:ctfnote@db:5432/hedgedoc"
21
CMD_URL_PATH: "pad"
docker-compose.yml
@@ -60,7 +60,7 @@ services:
60
61
- 127.0.0.1:8080:80
62
63
64
65
- CMD_DB_URL=postgres://ctfnote:ctfnote@db:5432/hedgedoc
66
- CMD_URL_PATH=pad
0 commit comments