mirror of
https://github.com/reonokiy/compose.git
synced 2025-06-14 20:56:47 +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
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
|
||||
SYNAPSE_CONFIG_PATH: /data/homeserver.yaml
|
||||
UID: 1000
|
||||
GID: 1000
|
||||
volumes:
|
||||
- ${DATA_DIR:-./data}/synapse:/data
|
||||
- ${DATA_DIR:-./data}/homeserver.yaml:/data/homeserver.yaml:ro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue