Fix PID 1 issue and update to version 1.0.2

This commit is contained in:
Jørgen Ferdinand 2025-03-07 22:31:13 +01:00
parent 71d9a37964
commit 2eaed37ef6
3 changed files with 10 additions and 4 deletions

View file

@ -30,5 +30,5 @@ docker run -d --restart unless-stopped \
echo "Newt container is running!"
# Prevent the script from exiting (keeps the add-on running)
exec tail -f /dev/null
# Prevent the script from exiting (Keeps the add-on running)
exec tail -f /dev/null