Skip to content

Commit

Permalink
download the correct files (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
recursivetree authored Dec 27, 2023
1 parent 9e81133 commit c6dcb52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/upgrading/from_seat_4_0/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ We highly recommend that you read the details of this upgrade guide to get famil
```
- Download the new traefik override `docker-compose.traefik.yml` file with
```bash
curl -L https://raw.githubusercontent.com/eveseat/seat-docker/master/docker-compose.mariadb.yml -o docker-compose.traefik.yml
curl -L https://raw.githubusercontent.com/eveseat/seat-docker/master/docker-compose.treafik.yml -o docker-compose.traefik.yml
```
- Download the new proxy override `docker-compose.proxy.yml` file with
```bash
curl -L https://raw.githubusercontent.com/eveseat/seat-docker/master/docker-compose.mariadb.yml -o docker-compose.proxy.yml
curl -L https://raw.githubusercontent.com/eveseat/seat-docker/master/docker-compose.proxy.yml -o docker-compose.proxy.yml
```
- Download the new `.env` file template using
```bash
Expand Down

0 comments on commit c6dcb52

Please sign in to comment.