Skip to content

Commit

Permalink
Merge pull request #336 from TFNS/0-hedgedoc-v1.10.0
Browse files Browse the repository at this point in the history
Upgrade Hedgedoc to v1.10.0
  • Loading branch information
JJ-8 authored Sep 27, 2024
2 parents 4ea6b91 + a9595a2 commit 0342947
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
ports:
- "5432:5432"
hedgedoc:
image: quay.io/hedgedoc/hedgedoc:1.9.9
image: quay.io/hedgedoc/hedgedoc:1.10.0
environment:
CMD_DB_URL: "postgres://ctfnote:ctfnote@db:5432/hedgedoc"
CMD_URL_PATH: "pad"
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:
ports:
- 127.0.0.1:8080:80
hedgedoc:
image: quay.io/hedgedoc/hedgedoc:1.9.9
image: quay.io/hedgedoc/hedgedoc:1.10.0
environment:
- CMD_DB_URL=postgres://ctfnote:ctfnote@db:5432/hedgedoc
- CMD_URL_PATH=pad
Expand All @@ -84,4 +84,4 @@ volumes:
pad-uploads:
name: pad-uploads
networks:
ctfnote:
ctfnote:

0 comments on commit 0342947

Please sign in to comment.