From b4922c52251882e40b470a811b409bc744297c07 Mon Sep 17 00:00:00 2001 From: recursivetree <60423027+recursivetree@users.noreply.github.com> Date: Sun, 27 Oct 2024 17:48:52 +0100 Subject: [PATCH] upgrade: download .env.example instead of .env (#178) --- docs/upgrading/from_seat_4_0/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrading/from_seat_4_0/docker.md b/docs/upgrading/from_seat_4_0/docker.md index 3527c07..8da9069 100644 --- a/docs/upgrading/from_seat_4_0/docker.md +++ b/docs/upgrading/from_seat_4_0/docker.md @@ -247,7 +247,7 @@ some of them have been removed, newest appeared and overall have been reordered. ```bash linenums="1" mv .env .env.seat4.bak -curl -L https://raw.githubusercontent.com/eveseat/seat-docker/master/.env -o .env +curl -L https://raw.githubusercontent.com/eveseat/seat-docker/master/.env.example -o .env ``` You can refer at any time to the online version of `.env` file on [GitHub](https://github.com/eveseat/seat-docker/blob/master/.env)