mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
parent
8b37c5d5d9
commit
bce6d85c2e
|
@ -55,8 +55,10 @@ Now run the following commands:
|
||||||
(Note that if you're using another drive than "C:", say "D:", you should change the "c:\\seafile" in the following commands to "d:\\seafile" instead.)
|
(Note that if you're using another drive than "C:", say "D:", you should change the "c:\\seafile" in the following commands to "d:\\seafile" instead.)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker pull seafileltd/seafile:6.2.1
|
docker pull seafileltd/seafile:6.3.3
|
||||||
docker run -d --name seafile-server -v /root/seafile:/shared -p 80:80 seafileltd/seafile:6.2.1
|
docker run -d --name seafile-server -v /root/seafile:/shared -p 80:80 seafileltd/seafile:6.3.3
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The tag for the most recent version of the image can be found at https://hub.docker.com/r/seafileltd/seafile/tags/.
|
||||||
|
|
||||||
If you are not familiar with docker commands, refer to [docker documentation](https://docs.docker.com/engine/reference/commandline/cli/).
|
If you are not familiar with docker commands, refer to [docker documentation](https://docs.docker.com/engine/reference/commandline/cli/).
|
||||||
|
|
Loading…
Reference in a new issue