version: "3.7" services: openmanage: privileged: true build: context: . args: - http_proxy=http://172.18.22.20:3128 - https_proxy=http://172.18.22.20:3128 - PASS=$PASS network: host network_mode: "host" ports: - "1311:1311" - "161:161/udp" volumes: - /lib/modules/$KERN_RELEASE:/lib/modules/$KERN_RELEASE:ro - /dev/:/dev/