Skip to content

Commit

Permalink
Merge pull request #175 from XeR/0-hedgedoc-unpin
Browse files Browse the repository at this point in the history
Unpin Hedgedoc
  • Loading branch information
JJ-8 committed Aug 8, 2022
2 parents 7794f64 + e3b01ca commit 5f27378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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@sha256:8df47646f2c58959921d2b7719a6f3023441bdb7435040aa3c32abe6145095f6
image: quay.io/hedgedoc/hedgedoc:1.9.4
environment:
CMD_DB_URL: 'postgres://ctfnote:ctfnote@db:5432/hedgedoc'
CMD_URL_PATH: 'pad'
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
ports:
- 8080:80
hedgedoc:
image: quay.io/hedgedoc/hedgedoc@sha256:8df47646f2c58959921d2b7719a6f3023441bdb7435040aa3c32abe6145095f6
image: quay.io/hedgedoc/hedgedoc:1.9.4
environment:
- CMD_DB_URL=postgres://ctfnote:ctfnote@db:5432/hedgedoc
- CMD_URL_PATH=pad
Expand Down

0 comments on commit 5f27378

Please sign in to comment.