diff --git a/simplexalerts/index.md b/simplexalerts/index.md index dd4e623..638f35c 100644 --- a/simplexalerts/index.md +++ b/simplexalerts/index.md @@ -358,7 +358,7 @@ Update your config file with the invite link you created earlier and set the nam Run the container - sudo docker run -v $(pwd):/simplex -v $(pwd):/alerterconfig -p 127.0.0.1:7898:7898 --rm simplex-alerter + sudo docker run -v $(pwd):/alerterconfig -p 127.0.0.1:7898:7898 --rm simplex-alerter It will connect to the simplex-chat client we started earlier. You can check the metrics to make sure it's running by checking the metrics page @@ -503,10 +503,10 @@ cat /etc/systemd/system/xxx [Unit] [Service] - ExecStart=docker run -p 127.0.0.1:7898:7898 -v /my/alerter/data:/alerterconfig -v /my/alerter/data:/simplex --rm simplex-alerter + ExecStart=docker run -p 127.0.0.1:7898:7898 -v /my/alerter/data:/alerterconfig --rm simplex-alerter [Install] - WantedBy=simplex-chat.service + WantedBy=multi-user.target ## Enable the services Now enable the services