update with single volume

This commit is contained in:
midas@devnull 2025-06-16 15:37:31 +02:00
parent f685ed25b6
commit a3a7fb914a

View file

@ -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