Skip to content

Commit

Permalink
fix: use docker compose on seat 5 for plugin installation (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
recursivetree authored Oct 25, 2024
1 parent e459c6a commit d51502b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/community_packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ SEAT_PLUGINS=denngarr/seat-fitting,cryptaeve/seat-squad-sync
=== "Docker (SeAT 5.x - using Traefik)"

```bash
docker-compose -f docker-compose.yml -f docker-compose.mariadb.yml -f docker-compose.traefik.yml up -d
docker compose -f docker-compose.yml -f docker-compose.mariadb.yml -f docker-compose.traefik.yml up -d
```

=== "Docker (SeAT 5.x - using reverse proxy)"

```bash
docker-compose -f docker-compose.yml -f docker-compose.mariadb.yml -f docker-compose.proxy.yml up -d
docker compose -f docker-compose.yml -f docker-compose.mariadb.yml -f docker-compose.proxy.yml up -d
```

After running the above command wait for containers affected to rebuild. If SeAT does not come back up refer to [Troubleshooting](https://eveseat.github.io/docs/troubleshooting/) for more insight.
Expand Down

0 comments on commit d51502b

Please sign in to comment.