Change entrypoint execution to use 'su' command

This commit is contained in:
Alexandre
2025-09-01 07:52:47 +02:00
committed by GitHub
parent 8ab480169d
commit 2d3eb41630

View File

@@ -42,4 +42,4 @@ nginx || true &
true
bashio::log.info "Starting entrypoint"
/./home/wger/entrypoint.sh
su -p -s /bin/bash wger -c "/home/wger/entrypoint.sh"