Last active 2 months ago

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

wojack's Avatar AhHui revised this gist 2 months ago. Go to revision

1 file changed, 7 insertions

docker-compose.yml(file created)

@@ -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
Newer Older