mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Add ingress support to Seerr addon
This commit is contained in:
@@ -9,4 +9,8 @@ chown -R "$PUID:$PGID" /config || true
|
||||
|
||||
cd /app || true
|
||||
|
||||
npm start
|
||||
bashio::log.info "Starting NGinx..."
|
||||
nginx &
|
||||
|
||||
bashio::log.info "Starting app"
|
||||
exec npm start
|
||||
|
||||
Reference in New Issue
Block a user