35
edits
m (format) |
(Added *arr updates) |
||
|
(Detail about ism's and how to administrate/add media)
====*arr====
Updates to the *arr suite are simple and should be done under the podman user. First log into the podman user <code>sudo su podman</code> and go to the podman compose directory <code>cd /opt/podman/compose/arr/</code>, then run the following one liner to pull new images (if there are any) and force recreate the stack <code>podman-compose pull && podman-compose up -d --force-recreate</code>.
<code>-d</code> daemonize's this stack (run in the background)
<code>--force-recreate</code> forces containers to be recreated with the updated image in case podman has issues taking down containers.
===Services===
| |||
edits