Skip to content
Snippets Groups Projects
Select Git revision
  • 0c9178f243e6b3aea718d654a131fc5cde8b7446
  • master default
  • v1
  • btrfs-backup
4 results

Dockerfile

Blame
  • Dockerfile 227 B
    FROM docker.io/matrixdotorg/synapse:v1.98.0
    ENV SYNAPSE_CONFIG_DIR=/conf
    ENV SYNAPSE_REPORT_STATS=yes
    COPY --chown=root:root entrypoint_wrapper /
    COPY --chown=root:root homeserver.yaml /conf/
    ENTRYPOINT ["/entrypoint_wrapper"]