mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/opsec-blogposts.git
synced 2025-07-02 11:56:40 +00:00
update with single volume
This commit is contained in:
parent
f685ed25b6
commit
a3a7fb914a
1 changed files with 3 additions and 3 deletions
|
@ -358,7 +358,7 @@ Update your config file with the invite link you created earlier and set the nam
|
||||||
|
|
||||||
Run the container
|
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
|
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]
|
[Unit]
|
||||||
|
|
||||||
[Service]
|
[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]
|
[Install]
|
||||||
WantedBy=simplex-chat.service
|
WantedBy=multi-user.target
|
||||||
|
|
||||||
## Enable the services
|
## Enable the services
|
||||||
Now enable the services
|
Now enable the services
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue