mirror of
https://github.com/Thumbscrew/nextcloud-docker-compose.git
synced 2024-11-09 23:53:53 +00:00
6 lines
121 B
Bash
6 lines
121 B
Bash
|
#!/usr/bin/env sh
|
||
|
set -eu
|
||
|
|
||
|
envsubst '${NGINX_HOST}' < /tmp/nginx/default.conf > /etc/nginx/conf.d/default.conf
|
||
|
|
||
|
exec "$@"
|