Skip to content

Commit

Permalink
Upgrade synapse to 1.19.0
Browse files Browse the repository at this point in the history
If #31 is a synapse bug, this might resolve the problem
  • Loading branch information
dalcde committed Sep 1, 2020
1 parent 7a49c37 commit 72f1447
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker/synapse/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
FROM alpine:3.12
FROM alpine:edge

RUN apk add --no-cache synapse

RUN mkdir /media_store && \
chown synapse:synapse /media_store && \
mkdir /var/log/synapse/ && \
chown synapse:synapse /var/log/synapse && \
sed -i "s%filename: /homeserver.log%filename: /var/log/synapse/homeserver.log%" \
sed -i "s/handlers: .*/handlers: [console]/;s%/homeserver.log%/dev/null%" \
/etc/synapse/my.domain.name.log.config

EXPOSE 8008
Expand Down

0 comments on commit 72f1447

Please sign in to comment.