forked from Narcissus/docker-multi-platform-probe
fix: do not always add service-run as argument to the entrypoint
This allows the correct usage of `docker run -it paessler/multi-platform-probe example-config`
This commit is contained in:
@@ -57,4 +57,5 @@ VOLUME [ "/config", "/opt/paessler/share/scripts" ]
|
||||
# set WORKDIR to a sane default
|
||||
WORKDIR /
|
||||
|
||||
ENTRYPOINT [ "/run-prtgmpprobe.sh", "service-run" ]
|
||||
ENTRYPOINT [ "/run-prtgmpprobe.sh" ]
|
||||
CMD [ "service-run" ]
|
||||
Reference in New Issue
Block a user