X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=doc%2Fmd%2FDocker.md;h=e02d7fbd749ae92690e3f5a4ca02a24aa858dcd9;hb=fe007f94e477c40e715269791c0014c18d91d9da;hp=bcd8cff2cf955de14d205c4c8bea285431aaa08e;hpb=91a21c272960889afd4eaa431a3d29b7785b6efc;p=github%2Fshaarli%2FShaarli.git diff --git a/doc/md/Docker.md b/doc/md/Docker.md index bcd8cff2..e02d7fbd 100644 --- a/doc/md/Docker.md +++ b/doc/md/Docker.md @@ -82,10 +82,9 @@ A `docker-compose.yml` file can be used to run a persistent/autostarted shaarli Shaarli provides configuration file for Docker Compose, that will setup a Shaarli instance, a [Træfik](https://hub.docker.com/_/traefik/) instance with [Let's Encrypt](https://letsencrypt.org/) certificates, a Docker network, and volumes for Shaarli data and Træfik TLS configuration and certificates. -```bash Download docker-compose from the [release page](https://docs.docker.com/compose/install/): -```shell +```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 chmod +x /usr/local/bin/docker-compose # create a new directory to store the configuration: