# Deploy Log — radarr | Timestamp | Commit | Branch | Pusher | Outcome | Volumes | |---|---|---|---|---|---| | 2026-05-08 03:18 UTC | df40522 | master | traveler | ❌ failed | — | **2026-05-08 03:18 UTC** — ❌ failed ``` • Since --detach=false was not specified, tasks will be created in the background. 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 ``` | 2026-05-08 03:19 UTC | 9b732fc | master | traveler | ❌ failed | — | **2026-05-08 03:19 UTC** — ❌ failed ``` • Since --detach=false was not specified, tasks will be created in the background. 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 ``` | 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/ ```