]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
doc: docker.md: fix stray code block
authornodiscc <nodiscc@gmail.com>
Sat, 16 May 2020 11:08:28 +0000 (13:08 +0200)
committernodiscc <nodiscc@gmail.com>
Sat, 12 Sep 2020 12:31:45 +0000 (14:31 +0200)
doc/md/Docker.md

index bcd8cff2cf955de14d205c4c8bea285431aaa08e..e02d7fbd749ae92690e3f5a4ca02a24aa858dcd9 100644 (file)
@@ -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: