Replies: 1 comment 8 replies
-
|
Hi, That is not the correct compose file. Check the docs for the most up to date format: |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
Hi friend, I'm using Docker Compose with Portainer.io, using this script.
services:
netalertx:
container_name: netalertx
image: "jokobsk/netalertx:latest"
network_mode: "host"
restart: unless-stopped
volumes:
- ./config:/app/config
- ./db:/app/db
- ./logs:/app/log
- type: tmpfs
target: /app/api
environment:
- TZ=America/Detroit
- PORT=20211
In Portainer, I go to Containers and check that NetAlartX is running.
I can't open your dashboard through the browser, so I investigated and found an error in your log.
could you help me
Beta Was this translation helpful? Give feedback.
All reactions