mirror of
https://github.com/dustinbrun/docker-compose-homeserver.git
synced 2025-04-04 15:57:42 +00:00
15 lines
216 B
YAML
15 lines
216 B
YAML
version: "2"
|
|
|
|
services:
|
|
synapse:
|
|
image: matrixdotorg/synapse:latest
|
|
environment:
|
|
- TZ=DE
|
|
- UID=0
|
|
- GID=0
|
|
restart: always
|
|
volumes:
|
|
- ./synapse-data:/data
|
|
ports:
|
|
- "8008:8008"
|