Switch to the Docker Hub image
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user