Skip to content

Commit 521adcd

Browse files
authored
Merge pull request TFNS#466 from XeR/0-hedgedoc-v1.10.3
hedgedoc: upgrade to v1.10.3
2 parents 707f7b8 + 882787a commit 521adcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
ports:
1616
- "5432:5432"
1717
hedgedoc:
18-
image: quay.io/hedgedoc/hedgedoc:1.10.0
18+
image: quay.io/hedgedoc/hedgedoc:1.10.3
1919
environment:
2020
CMD_DB_URL: "postgres://ctfnote:ctfnote@db:5432/hedgedoc"
2121
CMD_URL_PATH: "pad"

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ services:
6060
ports:
6161
- 127.0.0.1:8080:80
6262
hedgedoc:
63-
image: quay.io/hedgedoc/hedgedoc:1.10.0
63+
image: quay.io/hedgedoc/hedgedoc:1.10.3
6464
environment:
6565
- CMD_DB_URL=postgres://ctfnote:ctfnote@db:5432/hedgedoc
6666
- CMD_URL_PATH=pad

0 commit comments

Comments
 (0)