From debf24e3b2900f0e042746a4ca00467dbf27e884 Mon Sep 17 00:00:00 2001 From: theflyingfool Date: Mon, 22 Apr 2024 14:38:36 -0500 Subject: [PATCH] PiAlert to NetAlertX Changes per: https://github.com/jokob-sk/NetAlertX/blob/main/docs/MIGRATION.md --- Pi.Alert/compose.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Pi.Alert/compose.yaml b/Pi.Alert/compose.yaml index 2b82349..b701a27 100644 --- a/Pi.Alert/compose.yaml +++ b/Pi.Alert/compose.yaml @@ -2,8 +2,8 @@ # https://www.wundertech.net/how-to-install-pi-hole-on-portainer/ version: "3.9" services: - pi.alert: - container_name: Pi.Alert + netalertx: + container_name: NetAlert.X # healthcheck: # test: curl -f http://localhost:17811/ || exit 1 # mem_limit: 2g @@ -11,9 +11,9 @@ services: security_opt: - no-new-privileges:true volumes: - - /home/nick/docker/pialert/config:/home/pi/pialert/config:rw - - /home/nick/docker/pialert/db:/home/pi/pialert/db:rw - - /home/nick/docker/pialert/logs:/home/pi/pialert/front/log:rw + - /home/nick/docker/pialert/config:/app/config:rw + - /home/nick/docker/pialert/db:/app/db:rw + - /home/nick/docker/pialert/logs:/app/front/log:rw environment: TZ: US/Central PORT: 17811 @@ -21,4 +21,4 @@ services: # HOST_USER_GID: 100 network_mode: host # restart: on-failure:5 - image: jokobsk/pi.alert:latest \ No newline at end of file + image: jokobsk/netalertx:latest \ No newline at end of file