mirror of
https://github.com/linuxserver/docker-swag.git
synced 2026-09-16 21:42:03 +09:00
Use standard nginx.conf from lsio alpine nginx base image
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
# Echo init finish for test runs
|
||||
if [[ -n "${TEST_RUN}" ]]; then
|
||||
echo '[services.d] done.'
|
||||
fi
|
||||
Reference in New Issue
Block a user