mirror of
https://github.com/linuxserver/docker-swag.git
synced 2026-09-15 21:12:03 +09:00
Use standard nginx.conf from lsio alpine nginx base image
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
# check to make sure that the required variables are set
|
||||
if [[ -z "${URL}" ]]; then
|
||||
echo "Please pass your URL as an environment variable in your docker run command. See docker info for more details."
|
||||
sleep infinity
|
||||
fi
|
||||
Reference in New Issue
Block a user