Files
hassio-addons/bitwarden/rootfs/etc/services.d/nginx/run
Alexandre a22ce94a46 hadolint
2022-01-17 13:18:05 +01:00

11 lines
359 B
Plaintext

#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
# ==============================================================================
# Home Assistant Community Add-on: Bitwarden
# Runs the Nginx daemon
# ==============================================================================
bashio::net.wait_for 80
bashio::log.info "Starting NGinx..."
exec nginx