Skip to content

Installation issue #686

Answered by jokob-sk
chengidesk asked this question in Q&A
May 25, 2024 · 2 comments · 4 replies
Discussion options

You must be logged in to vote

Hi,

Do you have a folder called local/path ? You need to adjust the command to reflect your setup, and replace local/path with an existing folder, that will contain 2 folders: config and db. For example you create a folder this way:

Create the directories:

mkdir -p /apps/netalertx/config /apps/netalertx/db

Adjust the Docker command:
Replace local/path/config and local/path/db with /apps/netalertx/config and /apps/netalertx/db respectively. The adjusted command will look like this:

docker run -d --rm --network=host -v /apps/netalertx/config:/app/config -v /apps/netalertx/db:/app/db -e TZ=Asia/Kuala_Lumpur -e PORT=20211 jokobsk/netalertx:latest

Run the adjusted Docker command:

docker run -d…

Replies: 2 comments 4 replies

Comment options

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

@jokob-sk
Comment options

@chengidesk
Comment options

@jokob-sk
Comment options

Answer selected by chengidesk
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants