We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a2e63 commit 4a297f8Copy full SHA for 4a297f8
dockerfiles/SynapseWorkers.Dockerfile
@@ -25,7 +25,7 @@ RUN pg_ctlcluster 11 main start && su postgres -c "echo \
25
# and the disabling of rate-limiting
26
COPY synapse/workers-shared.yaml /conf/workers/shared.yaml
27
28
-WORKDIR /root
+WORKDIR /data
29
30
# Copy the caddy config
31
COPY synapse/caddy.complement.json /root/caddy.json
dockerfiles/synapse/workers-shared.yaml
@@ -64,3 +64,5 @@ federation_rr_transactions_per_room_per_second: 9999
64
experimental_features:
65
# Enable knocking support
66
msc2403_enabled: true
67
+ # Enable spaces support
68
+ spaces_enabled: true
0 commit comments