Skip to content

Commit

Permalink
upgrade: download .env.example instead of .env (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
recursivetree authored Oct 27, 2024
1 parent d51502b commit b4922c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrading/from_seat_4_0/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b4922c5

Please sign in to comment.