Files
navidrome-litefs/entrypoint.sh
sstent 41874f0ace
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 41s
feat: use internal wrapper for consul registration
2026-02-07 18:14:19 -08:00

10 lines
231 B
Bash

#!/bin/bash
# Start the registration loop in the background
/usr/local/bin/register.sh &
# Start Navidrome
# LiteFS has already mounted the DB at this point because it's the supervisor
echo "Starting Navidrome..."
/app/navidrome