aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2020-05-16 13:08:28 +0200
committernodiscc <nodiscc@gmail.com>2020-09-12 14:31:45 +0200
commitfe007f94e477c40e715269791c0014c18d91d9da (patch)
tree3d6b7fae2664fe4514e3665c5ea5729e475adbe4 /doc
parent91a21c272960889afd4eaa431a3d29b7785b6efc (diff)
downloadShaarli-fe007f94e477c40e715269791c0014c18d91d9da.tar.gz
Shaarli-fe007f94e477c40e715269791c0014c18d91d9da.tar.zst
Shaarli-fe007f94e477c40e715269791c0014c18d91d9da.zip
doc: docker.md: fix stray code block
Diffstat (limited to 'doc')
-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: