doc: docker: update docker-compose to 1.26.2
This commit is contained in:
parent
48b19a7014
commit
ff2b5f5bd8
1 changed files with 1 additions and 1 deletions
|
@ -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/):
|
Download docker-compose from the [release page](https://docs.docker.com/compose/install/):
|
||||||
|
|
||||||
```bash
|
```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
|
$ sudo chmod +x /usr/local/bin/docker-compose
|
||||||
# create a new directory to store the configuration:
|
# create a new directory to store the configuration:
|
||||||
$ mkdir shaarli && cd shaarli
|
$ mkdir shaarli && cd shaarli
|
||||||
|
|
Loading…
Reference in a new issue