Skip to content

Commit 586c2b9

Browse files
authored
Fix vapid command in docker-compose.yml
Fix #60
1 parent 67effc8 commit 586c2b9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker-compose.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: "3"
2-
31
services:
42
mollysocket:
53
image: ghcr.io/mollyim/mollysocket:1
@@ -15,7 +13,7 @@ services:
1513
- MOLLY_ALLOWED_ENDPOINTS=["*"]
1614
- MOLLY_ALLOWED_UUIDS=["*"]
1715
# TODO:
18-
#- MOLLY_VAPID_PRIVKEY="paste output of `docker compose mollysocket vapid gen` here"
16+
#- MOLLY_VAPID_PRIVKEY="paste output of `docker compose exec mollysocket mollysocket vapid gen` here"
1917
- MOLLY_HOST=0.0.0.0
2018
- MOLLY_PORT=8020
2119
- RUST_LOG=info

0 commit comments

Comments
 (0)