aboutsummaryrefslogtreecommitdiffstats
path: root/docker/entrypoint.sh
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-07-09 03:15:20 -0400
committerLibravatar GitHub <noreply@github.com>2021-07-09 03:15:20 -0400
commitd1e89771d0a36545ac94a876ef3a0639e7785b8a (patch)
tree7960130d99a2b37ca066e41a3be5aa773b28e400 /docker/entrypoint.sh
parentApply suggestions from code review (diff)
downloadferdium-server-d1e89771d0a36545ac94a876ef3a0639e7785b8a.tar.gz
ferdium-server-d1e89771d0a36545ac94a876ef3a0639e7785b8a.tar.zst
ferdium-server-d1e89771d0a36545ac94a876ef3a0639e7785b8a.zip
Update comment to deprecate use of config.txt
Explain the deprecated state of config.txt (and .env) and reference the readme and .env.example.
Diffstat (limited to 'docker/entrypoint.sh')
-rwxr-xr-xdocker/entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
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:
14https://opencollective.com/getferdi/ 14https://opencollective.com/getferdi/
15EOL 15EOL
16 16
17# use config.txt or .env.example parameter values as default if they are not passed to container 17# 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.
18#if [ -f /config/config.txt ]; then 18#if [ -f /config/config.txt ]; then
19# cp /config/config.txt /app/.env 19# cp /config/config.txt /app/.env
20#else 20#else