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

fix hedgedoc

parent a511129a
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ services:
CMD_DOMAIN: "{{ domain }}"
CMD_PROTOCOL_USESSL: "true"
CMD_URL_ADDPORT: "false"
CMD_DB_URL: "mysql://hackmd:{{ mysql_user_pass }}@db:3306/hackmd"
CMD_DB_URL: "mariadb://hackmd:{{ mysql_user_pass }}@db:3306/hackmd"
CMD_SESSION_SECRET: "{{ hackmd_session_secret }}"
CMD_ALLOW_ANONYMOUS: "true"
CMD_ALLOW_ANONYMOUS_EDITS: "true"
......@@ -35,7 +35,6 @@ services:
- default
- web
# do not upgrade to 10.11.2
db:
image: mariadb:11.2.2
restart: always
......
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