mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions.git
synced 2025-07-02 11:56:40 +00:00
updated simplex tutorial w/ cronjobs
This commit is contained in:
parent
8fcde582c1
commit
dabc06f9fb
1 changed files with 10 additions and 0 deletions
|
@ -525,6 +525,16 @@ xftp://emX7ForsbdpIscNiDZ6b0HTbfFUayn00C1wmeVTofYA=@wg54vc6p3dscshywvt2wninachqo
|
||||||
<p>Or you can list your simplex servers on public lists like this one:</p>
|
<p>Or you can list your simplex servers on public lists like this one:</p>
|
||||||
<img src="37.png" class="imgRz">
|
<img src="37.png" class="imgRz">
|
||||||
|
|
||||||
|
<p>Optional but recommended: Since you are using docker containers, you can easily automate keeping them updated with a simple cronjob:</p>
|
||||||
|
<pre><code class="nim">
|
||||||
|
[ Wonderland ] [ /dev/pts/4 ] [~]
|
||||||
|
→ crontab -e
|
||||||
|
|
||||||
|
#daily simplex containers update
|
||||||
|
0 0 * * * docker-compose -f /srv/simplex/docker-compose.yml pull ; docker-compose -f /srv/simplex/docker-compose.yml down; docker-compose -f /srv/simplex/docker-compose.yml up -d
|
||||||
|
|
||||||
|
</pre></code>
|
||||||
|
|
||||||
<p>Once that's done, we can go ahead and add the servers in our simplex client:</p>
|
<p>Once that's done, we can go ahead and add the servers in our simplex client:</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue