最后活跃于 2 months ago

🔒真正的网页端到端加密聊天系统

wojack's Avatar AhHui 修订了这个 Gist 2 months ago. 转到此修订

1 file changed, 7 insertions

docker-compose.yml(文件已创建)

@@ -0,0 +1,7 @@
1 + services:
2 + nodecrypt:
3 + image: ghcr.io/shuaiplus/nodecrypt
4 + container_name: nodecrypt
5 + ports:
6 + - "88:80"
7 + restart: unless-stopped
上一页 下一页