Skip to content

Commit 531a879

Browse files
docker: update the compose file
1 parent 718b273 commit 531a879

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker-compose.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ version: "3.3"
22
services:
33
waterfall:
44
container_name: waterfall
5-
image: ghcr.io/matrix-org/waterfall:main
5+
# Use a proper commit hash for specific deployments.
6+
image: ghcr.io/matrix-org/waterfall:sha-b64edee
67
network_mode: host
78
restart: always
89
environment:
10+
# Set the `CONFIG` to the configuration you want.
911
CONFIG: |
1012
homeserverurl: "http://localhost:8008"
1113
userid: "@sfu:shadowfax"

0 commit comments

Comments
 (0)