Rename the GitLab repository from docker-seafile-client to seafile-client, which makes more sense

This commit is contained in:
flow.gunso
2019-03-15 11:54:40 +01:00
parent 055b62960f
commit c8367c0314
2 changed files with 9 additions and 9 deletions

View File

@@ -1,11 +1,11 @@
[![0.9.2 status](https://gitlab.com/flwgns-docker/docker-seafile-client/badges/0.9.2/pipeline.svg)](https://gitlab.com/flwgns-docker/docker-seafile-client/commits/0.9.2) [![0.9.2 status](https://gitlab.com/flwgns-docker/seafile-client/badges/0.9.2/pipeline.svg)](https://gitlab.com/flwgns-docker/seafile-client/commits/0.9.2)
# Available tags. # Available tags.
[`0`](https://gitlab.com/flwgns-docker/docker-seafile-client/tags/0.9.2), [`0`](https://gitlab.com/flwgns-docker/seafile-client/tags/0.9.2),
[`0.9`](https://gitlab.com/flwgns-docker/docker-seafile-client/tags/0.9.2), [`0.9`](https://gitlab.com/flwgns-docker/seafile-client/tags/0.9.2),
[`0.9.2`](https://gitlab.com/flwgns-docker/docker-seafile-client/tags/0.9.2), [`0.9.2`](https://gitlab.com/flwgns-docker/seafile-client/tags/0.9.2),
[`latest`](https://gitlab.com/flwgns-docker/docker-seafile-client/tags/0.9.2) (see tag/release [0.9.2](https://gitlab.com/flwgns-docker/docker-seafile-client/tags/0.9.2)) [`latest`](https://gitlab.com/flwgns-docker/seafile-client/tags/0.9.2) (see tag/release [0.9.2](https://gitlab.com/flwgns-docker/seafile-client/tags/0.9.2))
# Purpose # Purpose
@@ -32,7 +32,7 @@ docker run \
-e SEAF_PASSWORD \ -e SEAF_PASSWORD \
-e SEAF_LIBRARY_UUID \ -e SEAF_LIBRARY_UUID \
-v your/shared/volume:/volume \ -v your/shared/volume:/volume \
registry.gitlab.com/flwgns-docker/docker-seafile-client:latest registry.gitlab.com/flwgns-docker/seafile-client:latest
``` ```
### docker-compose ### docker-compose
```yaml ```yaml
@@ -40,7 +40,7 @@ version: "3.4"
services: services:
seafile-sync: seafile-sync:
image: registry.gitlab.com/flwgns-docker/docker-seafile-client:latest image: registry.gitlab.com/flwgns-docker/seafile-client:latest
volumes: volumes:
- your_shared_volume:/volume - your_shared_volume:/volume
environment: environment:
@@ -79,4 +79,4 @@ The group ID defaults to `1000`. Similarly, you may want to override this variab
# Source code # Source code
This Docker image is licensed under GPLv3. This Docker image is licensed under GPLv3.
The source code is available in [gitlab.com/flwgns-docker/docker-seafile-client](https://gitlab.com/flwgns-docker/docker-seafile-client/). The source code is available in [gitlab.com/flwgns-docker/seafile-client](https://gitlab.com/flwgns-docker/seafile-client/).

View File

@@ -2,7 +2,7 @@ version: "3.4"
services: services:
seafile-sync: seafile-sync:
image: registry.gitlab.com/flwgns-docker/docker-seafile-client:latest image: registry.gitlab.com/flwgns-docker/seafile-client:latest
volumes: volumes:
your_shared_volume:/volume your_shared_volume:/volume
environment: environment: