hotfix for telemetry hotfix for profiles config
This commit is contained in:
+4
-5
@@ -6,11 +6,10 @@ services:
|
||||
container_name: socktop-webterm
|
||||
restart: unless-stopped
|
||||
|
||||
# Use host network mode for direct access to host network
|
||||
# This allows the container to reach your Pis on port 8443
|
||||
# Note: The containerized socktop-agent runs on port 3001 (not 3000)
|
||||
# to avoid conflicts with any agent running on the host machine
|
||||
network_mode: "host"
|
||||
# Standard bridge networking
|
||||
ports:
|
||||
- "8082:8082" # Webterm HTTP server
|
||||
- "3001:3001" # Socktop agent (optional)
|
||||
|
||||
volumes:
|
||||
# Mount configuration files directly to proper locations
|
||||
|
||||
Reference in New Issue
Block a user