From 1e376fd7b4366c6b9bf585a187c32bb7f2c49da1 Mon Sep 17 00:00:00 2001 From: Max <43784212+maxneuds@users.noreply.github.com> Date: Mon, 25 Jan 2021 10:47:38 +0100 Subject: [PATCH] add raw links to wget to correctly fetch the file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92f161c..e93fe30 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Networks: Use this compose file as a starting point. ``` - wget https://github.com/ggogel/seafile-containerized/blob/master/compose/docker-compose.yml + wget https://raw.githubusercontent.com/ggogel/seafile-containerized/master/compose/docker-compose.yml ``` #### Docker Swarm @@ -291,5 +291,5 @@ environment: #### Example You can check out this example and use it as a starting point for you Docker Swarm deployment. It is using [lucaslorentz/caddy-docker-proxy](https://manual.seafile.com/docker/deploy%20seafile%20with%20docker/) as the external reverse proxy and the GlusterFS plugin from [marcelo-ochoa/docker-volume-plugins](https://github.com/marcelo-ochoa/docker-volume-plugins). This resembles my personal production setup. ``` - wget https://github.com/ggogel/seafile-containerized/blob/master/compose/docker-compose.yml + wget https://raw.githubusercontent.com/ggogel/seafile-containerized/master/compose/docker-compose.yml ```