From 7b31107a48d9c33904d102783c6470cab9741ab4 Mon Sep 17 00:00:00 2001 From: Nyzio <39226151+Nyzio2197@users.noreply.github.com> Date: Fri, 22 Apr 2022 18:17:37 +0800 Subject: [PATCH] Fix .env.example link --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index df16ac28..a8611fbf 100644 --- a/docker/README.md +++ b/docker/README.md @@ -44,7 +44,7 @@ We assume your current directory is `/yourpath`. 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](.env.example)) with `-e`, for example `-e APP_NAME=2FAuth`. +- 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 also use the [docker-compose.yml](docker-compose.yml) with `docker-compose` and modify it as you wish. ### Use an existing SQLite file