feat: publish sanitized socks5 monitor

This commit is contained in:
2026-05-28 19:52:04 +08:00
commit 225590f72e
8 changed files with 957 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
services:
socks5-monitor:
image: 192.168.2.66:80/hermes/socks5-monitor:latest
container_name: socks5-monitor
restart: unless-stopped
ports:
- "8787:8787"
volumes:
- ./config.json:/app/config.json
- ./data:/app/data