Skip to content

Commit

Permalink
correctly download .env as .env (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
recursivetree authored Dec 26, 2023
1 parent 707719a commit 4192ca9
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 @@ -220,7 +220,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.yml
curl -L https://raw.githubusercontent.com/eveseat/seat-docker/master/.env -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 4192ca9

Please sign in to comment.