gremlin: deploy log radarr @ bfce884

This commit is contained in:
traveler 2026-05-07 22:31:44 -05:00
parent 5769797589
commit dcebe52d62

View file

@ -20,3 +20,19 @@ In a future release, --detach=false will become the default.
failed to create service radarr_radarr: Error response from daemon: rpc error: code = InvalidArgument desc = port '7878' is already in use by service 'arr_radarr' (ptwoqu9sdolbpo79b8d2y1v62) as an ingress port failed to create service radarr_radarr: Error response from daemon: rpc error: code = InvalidArgument desc = port '7878' is already in use by service 'arr_radarr' (ptwoqu9sdolbpo79b8d2y1v62) as an ingress port
``` ```
| 2026-05-08 03:31 UTC | bfce884 | master | traveler | ✅ deployed | 2 vol(s), 2 ⚠️ |
**2026-05-08 03:31 UTC** — ✅ deployed
```
radarr deployed successfully
Branch: master
Pushed by: traveler
SHA: bfce884
Gatus monitors: Radarr
Manual permission fixes needed on docker5:
• /DockerVol/Radarr (current: dockhand:docker (777))
sudo chown -R 1964:1964 /DockerVol/Radarr && sudo chmod -R 775 /DockerVol/Radarr
• /data/nfs/znas/Data/ (current: root:root (755))
sudo chown -R 1964:1964 /data/nfs/znas/Data/ && sudo chmod -R 775 /data/nfs/znas/Data/
```