Skip to content

Commit

Permalink
bump docker-compose version
Browse files Browse the repository at this point in the history
  • Loading branch information
rguichard committed Dec 6, 2023
1 parent 644fa1f commit efc111f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tp/docker/docker-compose.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Deux méthodes d’installation sont disponibles, l’une via les packages pip,
page GitHub du projet docker-compose. Nous utiliserons cette dernière :

```
# curl -L "https://github.com/docker/compose/releases/download/1.11.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
# curl -L "https://github.com/docker/compose/releases/download/v2.2.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
# chmod +x /usr/local/bin/docker-compose
# docker-compose --version
docker-compose version 1.11.2, build b31ff33
docker-compose version v2.2.2, build b31ff33
```

Une version supérieure à 1.11.2 conviendra aussi.
Une version supérieure à v2.2.2 conviendra aussi.

## Préparation de l’environnement

Expand Down

0 comments on commit efc111f

Please sign in to comment.