doc: docker: update docker-compose to 1.26.2

This commit is contained in:
nodiscc 2020-08-15 20:10:46 +02:00
parent 48b19a7014
commit ff2b5f5bd8

View file

@ -85,7 +85,7 @@ Shaarli provides configuration file for Docker Compose, that will setup a Shaarl
Download docker-compose from the [release page](https://docs.docker.com/compose/install/):
```bash
$ sudo curl -L "https://github.com/docker/compose/releases/download/1.25.5/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
$ sudo curl -L "https://github.com/docker/compose/releases/download/1.26.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
$ sudo chmod +x /usr/local/bin/docker-compose
# create a new directory to store the configuration:
$ mkdir shaarli && cd shaarli