Create 00-nginx.sh

This commit is contained in:
Alexandre
2024-04-28 19:51:33 +02:00
committed by GitHub
parent 1283dc2900
commit ebf8e17977

View File

@@ -0,0 +1,6 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
echo "Starting service: nginx"
nginx