Breaking changes
If you're using environment variables PUID
and PGID
, please update your docker compose according to the readme:
services:
bahnhof-watchdog:
container_name: bahnhof-watchdog
image: musenkishi/bahnhof-watchdog:latest
user: ${PUID}:${PGID} # this is needed to user/group permissions to work properly
volumes:
- data:/data
restart: unless-stopped
env_file:
- .env
volumes:
data:
What's Changed
- Improve api error handling by @musenkishi in #10
- Migrate to Distroless Bun by @musenkishi in #11
Full Changelog: https://github.com/Musenkishi/bahnhof-watchdog/commits/v1.1.0