We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718b273 commit 531a879Copy full SHA for 531a879
docker-compose.yaml
@@ -2,10 +2,12 @@ version: "3.3"
2
services:
3
waterfall:
4
container_name: waterfall
5
- image: ghcr.io/matrix-org/waterfall:main
+ # Use a proper commit hash for specific deployments.
6
+ image: ghcr.io/matrix-org/waterfall:sha-b64edee
7
network_mode: host
8
restart: always
9
environment:
10
+ # Set the `CONFIG` to the configuration you want.
11
CONFIG: |
12
homeserverurl: "http://localhost:8008"
13
userid: "@sfu:shadowfax"
0 commit comments