Skip to content

Installation on Raspberry Pi #757

Answered by kanuto0o
kanuto0o asked this question in Q&A
Discussion options

You must be logged in to vote

Hello, I come with new news, after several attempts in the end it was because I had an old version of Raspbian, I updated to the latest one by downloading the image and burning it on the Raspberry and everything works now I have to configure it, use this docker.

version: "3.3"
services:
  netalertx:
    container_name: netalertx
    image: "jokobsk/netalertx:latest"
    network_mode: "host"
    restart: unless-stopped
    volumes:
      - ./data/config:/app/config
      - ./data/db:/app/db
      - ./data/logs:/app/front/log
    environment:
      - TZ=Europe/Madrid
      - PORT=20211

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@kanuto0o
Comment options

@jokob-sk
Comment options

@kanuto0o
Comment options

@jokob-sk
Comment options

Comment options

You must be logged in to vote
1 reply
@jokob-sk
Comment options

Answer selected by jokob-sk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants