Switch to the Docker Hub image

This commit is contained in:
flow.gunso
2019-03-15 12:23:32 +01:00
parent c8367c0314
commit 6b08a899de
2 changed files with 3 additions and 3 deletions

View File

@@ -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/seafile-client:latest flowgunso/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/seafile-client:latest image: flowgunso/seafile-client:latest
volumes: volumes:
- your_shared_volume:/volume - your_shared_volume:/volume
environment: environment:

View File

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