website/docs: remove references to legacy Docker Compose v1 (#8138)
This commit is contained in:
@ -92,7 +92,7 @@ To upgrade, download the new docker-compose file and update the Docker stack wit
|
||||
|
||||
```
|
||||
wget -O docker-compose.yml https://goauthentik.io/version/2024.1/docker-compose.yml
|
||||
docker-compose up -d
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
The `-O` flag retains the downloaded file's name, overwriting any existing local file with the same name.
|
||||
|
Reference in New Issue
Block a user