mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
Merge pull request #1 from maxneuds/master
add raw links to wget to correctly fetch the file
This commit is contained in:
commit
6d6372eeff
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue