-
Notifications
You must be signed in to change notification settings - Fork 0
Updating
leestow edited this page Aug 17, 2026
·
2 revisions
From the Censorarr project folder:
git pull
docker compose up -d --buildThis updates source and recreates/rebuilds the container as needed.
After replacing/pulling source:
- Open the Censorarr project.
- Rebuild/recreate the project when Dockerfile, entrypoint, compose, or dependency behavior changed.
- A simple restart is sufficient only for changes that are already bind-mounted into the running container and do not affect the image/entrypoint.
When in doubt after an application version update, rebuild.
cd Censorarr/gpu-worker
git pull
docker compose down
docker compose up -d --buildIf you use a separate clone on the GPU host, update that clone independently.
Do not delete persistent runtime data unless you intentionally want a reset:
config/
work/
gpu-worker/models/
Recommended:
- back up
/config - note your compose environment values
- confirm your worker token if using remote GPU
- keep a copy of custom profanity/exception files
Check:
docker compose logs --tail=100Run:
docker exec -it censorarr python /app/selftest.pyIf the GPU Worker was also updated, test:
curl -H 'X-Censorarr-Token: YOUR_TOKEN' http://GPU-IP:9000/healthCensorarr Wiki
- Home
- Quick Start
- Windows
- Native Linux
- Synology Container Manager
- Docker / Linux
- Setup Wizard
- Media & Permissions
- Transcription & GPU Worker
- Plex
- Radarr & Sonarr
- Bazarr & Subtitles
- Profanity & Detection
- CLEAN Audio & Safety
- Scheduling & Notifications
- Updating
- Troubleshooting
- Configuration Reference
- Security & Secrets