Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| services:audiobookshelf [2024/07/30 11:26] – [Reverse Proxy] willy | services:audiobookshelf [2024/08/06 13:21] (current) – [Installation] willy | ||
|---|---|---|---|
| Line 43: | Line 43: | ||
| And then pull the images: | And then pull the images: | ||
| - | <code bash | + | <code bash> |
| su - audiobookshelf | su - audiobookshelf | ||
| podman compose pull | podman compose pull | ||
| Line 99: | Line 99: | ||
| rc-service user-containers.audiobookshelf start | rc-service user-containers.audiobookshelf start | ||
| </ | </ | ||
| + | |||
| + | ===== Upgrade ===== | ||
| + | |||
| + | Since it's using pdoman, stop the service then, as user **audiobookshelf**, | ||
| + | <code bash> | ||
| + | podman compose pull | ||
| + | </ | ||
| + | |||
| + | and restart the service. | ||