added missing links to homepage

This commit is contained in:
Dominik
2024-08-03 21:26:02 +02:00
parent 73f0220bd4
commit ffb1372897
9 changed files with 2798 additions and 179 deletions

View File

@@ -8,15 +8,14 @@ services:
container_name: netalertx
# use the below line if you want to test the latest dev image
# image: "jokobsk/netalertx-dev:latest"
image: "jokobsk/netalertx:latest"
network_mode: "host"
image: "jokobsk/netalertx:latest"
network_mode: "host"
restart: unless-stopped
volumes:
- ./config:/app/config
- ./db:/app/db
- ./db:/app/db
# (optional) useful for debugging if you have issues setting up the container
- ./logs:/app/front/log
environment:
- TZ=Europe/Vienna
- TZ=Europe/Vienna
#- PORT=20211