We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67effc8 commit 586c2b9Copy full SHA for 586c2b9
docker-compose.yml
@@ -1,5 +1,3 @@
1
-version: "3"
2
-
3
services:
4
mollysocket:
5
image: ghcr.io/mollyim/mollysocket:1
@@ -15,7 +13,7 @@ services:
15
13
- MOLLY_ALLOWED_ENDPOINTS=["*"]
16
14
- MOLLY_ALLOWED_UUIDS=["*"]
17
# TODO:
18
- #- MOLLY_VAPID_PRIVKEY="paste output of `docker compose mollysocket vapid gen` here"
+ #- MOLLY_VAPID_PRIVKEY="paste output of `docker compose exec mollysocket mollysocket vapid gen` here"
19
- MOLLY_HOST=0.0.0.0
20
- MOLLY_PORT=8020
21
- RUST_LOG=info
0 commit comments