mirror of
https://github.com/reonokiy/compose.git
synced 2025-06-15 13:12:54 +02:00
update
This commit is contained in:
parent
0b594b45f0
commit
62a1943442
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@ services:
|
||||||
container_name: synapse
|
container_name: synapse
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
|
SYNAPSE_CONFIG_PATH: /data/homeserver.yaml
|
||||||
|
UID: 1000
|
||||||
|
GID: 1000
|
||||||
volumes:
|
volumes:
|
||||||
- ${DATA_DIR:-./data}/synapse:/data
|
- ${DATA_DIR:-./data}/synapse:/data
|
||||||
- ${DATA_DIR:-./data}/homeserver.yaml:/data/homeserver.yaml:ro
|
- ${DATA_DIR:-./data}/homeserver.yaml:/data/homeserver.yaml:ro
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue