Merge pull request #327 from Dominik-h-hub/patch-1
Some checks failed
Deploy CI / deploy (push) Has been cancelled

Update deploy_seafile_with_docker.md - Docker Compose documentation
This commit is contained in:
Daniel Pan 2024-10-12 10:35:39 +08:00 committed by GitHub
commit 1b7ac8d613
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.