Remove Cache port

This commit is contained in:
2025-07-03 22:10:37 +05:30
parent 70f310367a
commit 551e7d4a71

View File

@@ -11,6 +11,4 @@ services:
- ./config.yaml:/config.yaml - ./config.yaml:/config.yaml
- ./data:/data - ./data:/data
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
ports:
- 8010:8010 # Cache port (Any free port)
restart: unless-stopped restart: unless-stopped