mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
Merge pull request #327 from Dominik-h-hub/patch-1
Some checks failed
Deploy CI / deploy (push) Has been cancelled
Some checks failed
Deploy CI / deploy (push) Has been cancelled
Update deploy_seafile_with_docker.md - Docker Compose documentation
This commit is contained in:
commit
1b7ac8d613
|
|
@ -43,10 +43,10 @@ Start Seafile server with the following command
|
|||
|
||||
```bash
|
||||
# if `docker-compose.yml` file is in current directory:
|
||||
docker-compose up -d
|
||||
docker compose up -d
|
||||
|
||||
# if `docker-compose.yml` file is elsewhere:
|
||||
docker-compose -f /path/to/docker-compose.yml up -d
|
||||
docker compose -f /path/to/docker-compose.yml up -d
|
||||
```
|
||||
|
||||
Wait for a few minutes for the first time initialization, then visit `http://seafile.example.com` to open Seafile Web UI.
|
||||
|
|
|
|||
Loading…
Reference in New Issue