# Ghost — Notes ## Bitnami image migration Ghost was originally packaged using `bitnami/ghost`. Bitnami moved their images off Docker Hub in 2023, so the Bitnami image no longer pulls without authentication. **Fix**: use the official `ghost:X.Y.Z-alpine` image. The official image has different conventions: | | Bitnami | Official | |---|---|---| | DB host env | `GHOST_DATABASE_HOST` | `database__connection__host` | | Content path | `/bitnami/ghost` | `/var/lib/ghost/content` | Check `docker manifest inspect ghost:latest` for the current version tag before updating.