Skip to content

Commit

Permalink
Merge pull request #31 from lanjelot/fix-ootbox
Browse files Browse the repository at this point in the history
Now works out of the box with hedgedoc 1.7.2
  • Loading branch information
hugsy authored Feb 23, 2021
2 parents 63685e8 + 59a56ef commit dc1c4c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV DEBUG 0
ENV CTFPAD_HOSTNAME localhost # change here if publicly exposed
ENV HEDGEDOC_URL http://hedgedoc:3000 # change here if publicly exposed
ENV WHITEBOARD_URL http://whiteboard:8080 # change here if publicly exposed
RUN mkdir /code

WORKDIR /code
COPY requirements.txt .

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
- CMD_DB_URL=postgres://ctfpad:tookahlaiphee2KieTeeg5ooxutang4o@db:5432/ctfpad # Change here
- CMD_DOMAIN=localhost # Change here to your server public IP / FQDN
- CMD_PORT=3000 # Change here
- CMD_COOKIE_POLICY=none
- CMD_URL_ADDPORT=true
- CMD_ALLOW_ANONYMOUS=false
- CMD_ALLOW_FREEURL=true
- CMD_IMAGE_UPLOAD_TYPE=filesystem
Expand Down

0 comments on commit dc1c4c0

Please # to comment.