Commit 9c3db14e authored by Your Name's avatar Your Name

listen 4000

parent d682964f
version: "3.9"
services:
monitor.smi:
image: docker.ai.17xuexi.com/monitorapi/monitor-smi:latest
network_mode: host
privileged: true
ports:
- 5000:5000
monitorSmi:
image: docker.ai.17xuexi.com/monitorapi/monitor-smi:v.0.0.1
network_mode: host
volumes:
- /proc:/host/proc:ro
- /sys:/host/sys:ro
......@@ -20,3 +17,5 @@ services:
capabilities: [ gpu ]
restart: unless-stopped
#docker run --rm -it --net=host nicolaka/netshoot nc -lkv 0.0.0.0 8000
\ No newline at end of file
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment