docs, GH Actions

This commit is contained in:
jokob-sk
2025-03-01 11:01:15 +11:00
parent 4b0c7f2c01
commit 6f8fb21787
10 changed files with 24 additions and 14 deletions

View File

@@ -34,7 +34,7 @@ You can specify the DNS server in the docker-compose to improve name resolution
services:
netalertx:
container_name: netalertx
image: "jokobsk/netalertx:latest"
image: "ghcr.io/jokob-sk/netalertx:latest"
restart: unless-stopped
volumes:
- /home/netalertx/config:/app/config
@@ -60,7 +60,7 @@ version: "3"
services:
netalertx:
container_name: netalertx
image: "jokobsk/netalertx:latest"
image: "ghcr.io/jokob-sk/netalertx:latest"
restart: unless-stopped
volumes:
- ./config/app.conf:/app/config/app.conf