mirror of
https://github.com/ArcticFoxes-net/Synapse-Docker-Compose.git
synced 2025-02-04 17:55:18 -05:00
Add UID:GID
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
10ccbfe6b2
commit
20524a1cad
@ -6,12 +6,14 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
synapse:
|
synapse:
|
||||||
|
# Use docker.io/matrixdotorg/synapse:latest if you want the official image (without the Mjolnir module).
|
||||||
image: docker pull ghcr.io/tommytran732/synapse:latest
|
image: docker pull ghcr.io/tommytran732/synapse:latest
|
||||||
# Altneratively, use docker.io/matrixdotorg/synapse:latest for the official image.
|
|
||||||
# Since synapse does not retry to connect to the database, restart upon
|
# Since synapse does not retry to connect to the database, restart upon
|
||||||
# failure
|
# failure
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: synapse
|
container_name: synapse
|
||||||
|
# Comment out the next line if you are using the official image.
|
||||||
|
user: "991:991"
|
||||||
# See the readme for a full documentation of the environment settings
|
# See the readme for a full documentation of the environment settings
|
||||||
# NOTE: You must edit homeserver.yaml to use postgres, it defaults to sqlite
|
# NOTE: You must edit homeserver.yaml to use postgres, it defaults to sqlite
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user