Merge pull request #1 from maxneuds/master

add raw links to wget to correctly fetch the file
This commit is contained in:
Gerrit Gogel 2021-01-25 11:00:04 +01:00 committed by GitHub
commit 6d6372eeff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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-swarm.yml
```