From 589a0fb03436a827ff7f538d0487e76e60fcee82 Mon Sep 17 00:00:00 2001 From: aronmal <57275207+aronmal@users.noreply.github.com> Date: Wed, 11 May 2022 22:47:21 +0200 Subject: [PATCH] Relative .env.example link more dynamic in case of project name changes or github blob link structure changes --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index eadca9f4..dc425f71 100644 --- a/docker/README.md +++ b/docker/README.md @@ -44,7 +44,7 @@ ## Setup You can stop it with `CTRL+C`. - You can also run it in the background by replacing `-it --rm` with `-d`. -- You can set environment variables available (see the [.env.example](https://github.com/Bubka/2FAuth/blob/master/.env.example)) with `-e`, for example `-e APP_NAME=2FAuth`. +- You can set environment variables available (see the [.env.example](../.env.example)) with `-e`, for example `-e APP_NAME=2FAuth`. - You can also use the [docker-compose.yml](docker-compose.yml) with `docker-compose` and modify it as you wish. ### Use an existing SQLite file