From 3ac249a4f5c8a02e69ee3103f2dcb43d8b01d70e Mon Sep 17 00:00:00 2001 From: Gerrit Gogel Date: Mon, 25 Jan 2021 10:58:12 +0100 Subject: [PATCH] fix swarm compose url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e93fe30..f706169 100644 --- a/README.md +++ b/README.md @@ -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://raw.githubusercontent.com/ggogel/seafile-containerized/master/compose/docker-compose.yml + wget https://raw.githubusercontent.com/ggogel/seafile-containerized/master/compose/docker-compose-swarm.yml ```