From d1e89771d0a36545ac94a876ef3a0639e7785b8a Mon Sep 17 00:00:00 2001 From: thursday Date: Fri, 9 Jul 2021 03:15:20 -0400 Subject: Update comment to deprecate use of config.txt Explain the deprecated state of config.txt (and .env) and reference the readme and .env.example. --- docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/entrypoint.sh') diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index cfc6b9c..8d00250 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -14,7 +14,7 @@ Support our Open Collective at: https://opencollective.com/getferdi/ EOL -# use config.txt or .env.example parameter values as default if they are not passed to container +# Use of config.txt in this image is deprecated. Users should include the environmental variables listed in the README.md when the running the container or use docker compose with an .env file based on the included .env.example. #if [ -f /config/config.txt ]; then # cp /config/config.txt /app/.env #else -- cgit v1.2.3-54-g00ecf