wip
This commit is contained in:
@@ -31,7 +31,6 @@ RUN set -eux && \
|
|||||||
coreutils \
|
coreutils \
|
||||||
smartmontools \
|
smartmontools \
|
||||||
sudo \
|
sudo \
|
||||||
tini \
|
|
||||||
iputils" && \
|
iputils" && \
|
||||||
apk add \
|
apk add \
|
||||||
--no-cache \
|
--no-cache \
|
||||||
@@ -81,5 +80,4 @@ WORKDIR /var/lib/zabbix
|
|||||||
USER 1997
|
USER 1997
|
||||||
|
|
||||||
# CMD ["/usr/sbin/zabbix_agent2", "--foreground", "-c", "/config/zabbix_agent2.conf"]
|
# CMD ["/usr/sbin/zabbix_agent2", "--foreground", "-c", "/config/zabbix_agent2.conf"]
|
||||||
# CMD [ "/run.sh" ]
|
ENTRYPOINT [ "/run.sh" ]
|
||||||
ENTRYPOINT [ "/sbin/tini", "--", "/run.sh"]
|
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ host_pid: true
|
|||||||
host_network: true
|
host_network: true
|
||||||
docker_api: true
|
docker_api: true
|
||||||
advanced: true
|
advanced: true
|
||||||
|
legacy: true
|
||||||
map:
|
map:
|
||||||
- addon_config:rw
|
- addon_config:rw
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user