Update my-docker-compose.yml
Update image link
This commit is contained in:
@@ -3,7 +3,7 @@ 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"
|
||||
image: "ghcr.io/jokob-sk/netalertx:latest"
|
||||
network_mode: "host"
|
||||
volumes:
|
||||
- /opt/netalertx/config:/app/config
|
||||
|
||||
Reference in New Issue
Block a user