-
-
Notifications
You must be signed in to change notification settings - Fork 366
Closed
Labels
Docker 🐋Docker relatedDocker relatedWaiting for reply⏳Waiting for the original poster to respond, or discussion in progress.Waiting for the original poster to respond, or discussion in progress.bug 🐛Something isn't workingSomething isn't working
Description
What installation are you running?
Production (netalertx) 📦
Is there an existing issue for this?
- I have searched the existing open and closed issues and I checked the docs https://docs.netalertx.com/
The issue occurs in the following browsers. Select at least 2.
- Firefox
- Chrome
- Edge
- Safari (unsupported) - PRs welcome
- N/A - This is an issue with the backend
Current Behavior
Expected Behavior
Have change nothing at settings but netalertx not scan longer, GraphQLServer not initialize
Steps To Reproduce
No response
Relevant app.conf settings
docker-compose.yml
services:
netalertx:
image: jokobsk/netalertx:latest
container_name: NetAlertX
network_mode: host
mem_limit: 4g
cpu_shares: 768
restart: on-failure:5
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:17811/"]
interval: 30s
timeout: 10s
retries: 3
security_opt:
- no-new-privileges:true
cap_drop:
- ALL
cap_add:
- NET_RAW
- NET_ADMIN
- NET_BIND_SERVICE
- CHOWN
- SETUID
- SETGID
volumes:
- /volume1/docker/netalertx/data:/data:rw
- /etc/localtime:/etc/localtime:ro
tmpfs:
- /tmp:uid=20211,gid=20211,mode=1700,rw,noexec,nosuid,nodev,async,noatime,nodiratime
environment:
PORT: 17811
PUID: 0
PGID: 100Debug or Trace enabled
- I have read and followed the steps in the wiki link above and provided the required debug logs and the log section covers the time when the issue occurs.
Relevant app.log section
Docker Logs
PASTE DOCKER LOG HERE. Using the triple backticks preserves format.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Docker 🐋Docker relatedDocker relatedWaiting for reply⏳Waiting for the original poster to respond, or discussion in progress.Waiting for the original poster to respond, or discussion in progress.bug 🐛Something isn't workingSomething isn't working