PiAlert to NetAlertX
Changes per: https://github.com/jokob-sk/NetAlertX/blob/main/docs/MIGRATION.md
This commit is contained in:
parent
0b6ed3f1d6
commit
debf24e3b2
@ -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
|
||||
image: jokobsk/netalertx:latest
|
Loading…
Reference in New Issue
Block a user