@@ -18,6 +18,7 @@ spec:
containers:
- name: matrix
image: ghcr.io/element-hq/synapse
+ command: ["run", "-H", "matrix.dezendorf.net", "-m", "synapse.app.homeserver", "--config-path", "/data/homeserver.yaml"]
env:
- name: SYNAPSE_SERVER_NAME
value: "matrix.dezendorf.net"
@@ -28,7 +29,7 @@ spec:
- name: "matrix-homeserver-yaml"
mountPath: "/data/homeserver.yaml"
subPath: "homeserver.yaml"
- readOnly: true
+ readOnly: false
volumes:
configMap: