aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/md/Docker.md3
1 files changed, 1 insertions, 2 deletions
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
82 82
83Shaarli 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. 83Shaarli 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.
84 84
85```bash
86Download docker-compose from the [release page](https://docs.docker.com/compose/install/): 85Download docker-compose from the [release page](https://docs.docker.com/compose/install/):
87 86
88```shell 87```bash
89$ 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 88$ 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
90$ sudo chmod +x /usr/local/bin/docker-compose 89$ sudo chmod +x /usr/local/bin/docker-compose
91# create a new directory to store the configuration: 90# create a new directory to store the configuration: