mirror of
https://github.com/dustinbrun/docker-compose-homeserver.git
synced 2025-08-25 04:20:26 +02:00
Version 1
This commit is contained in:
14
synapse/docker-compose.yml
Normal file
14
synapse/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: "2"
|
||||
|
||||
services:
|
||||
synapse:
|
||||
image: matrixdotorg/synapse:latest
|
||||
environment:
|
||||
- TZ=DE
|
||||
- UID=0
|
||||
- GID=0
|
||||
restart: always
|
||||
volumes:
|
||||
- ./synapse-data:/data
|
||||
ports:
|
||||
- "8008:8008"
|
Reference in New Issue
Block a user