Skip to content
Snippets Groups Projects
Commit 700841ad authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

update codimd

parent 236c6989
No related branches found
No related tags found
No related merge requests found
......@@ -4,14 +4,14 @@ services:
app:
image: hackmdio/hackmd:1.2.0
image: hackmdio/hackmd:1.4.1
restart: always
depends_on:
- db
ports:
- 127.0.0.1:42007:3000
environment:
HMD_DB_URL: "mysql://hackmd:{{ mysql_user_pass }}@db:3306/hackmd"
CMD_DB_URL: "mysql://hackmd:{{ mysql_user_pass }}@db:3306/hackmd"
CMD_SESSION_SECRET: "{{ hackmd_session_secret }}"
CMD_ALLOW_ANONYMOUS: "true"
CMD_ALLOW_ANONYMOUS_EDITS: "true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment