Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@musenkishi musenkishi released this 07 Aug 15:07

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

Full Changelog: https://github.com/Musenkishi/bahnhof-watchdog/commits/v1.1.0