We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91a3b2 commit a02d76aCopy full SHA for a02d76a
examples/docker-compose-example.yml
@@ -1,17 +1,4 @@
1
services:
2
- synapse:
3
- image: matrixdotorg/synapse:latest
4
- container_name: synapse
5
- restart: unless-stopped
6
- ports:
7
- - "8008:8008"
8
- volumes:
9
- - /path/to/synapse/data:/data
10
- - /path/to/synapse/media_store:/media_store
11
- environment:
12
- - SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
13
- - SYNAPSE_SERVER_NAME=yourdomain.com
14
- # Other Synapse configurations as needed, including potgres db
15
16
rtlsdr-airband:
17
image: ghcr.io/rtl-airband/rtlsdr-airband
0 commit comments