mirror of
https://github.com/PaesslerAG/docker-multi-platform-probe.git
synced 2026-02-20 13:42:12 +00:00
feat: add Dockerfile, docker-compose.yml, entrypoint and example configs
This commit is contained in:
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
version: "2.4"
|
||||
|
||||
services:
|
||||
prtgmpprobe:
|
||||
build: .
|
||||
image: paessler/multi-platform-probe:latest
|
||||
restart: unless-stopped
|
||||
|
||||
network_mode: "bridge"
|
||||
|
||||
volumes:
|
||||
- ./scripts:/opt/paessler/share/scripts:ro
|
||||
- ./config:/config
|
||||
|
||||
cap_add:
|
||||
- NET_ADMIN # for gosu and icmp
|
||||
- NET_RAW # for icmp
|
||||
Reference in New Issue
Block a user