From 2017ea42726c0b37a8d8e897cf7d28c2983aca8b Mon Sep 17 00:00:00 2001 From: "Dominik H." Date: Sat, 28 Sep 2024 10:57:15 +0200 Subject: [PATCH] Update deploy_seafile_with_docker.md Removed hyphen for docker compose manual. --- manual/docker/deploy_seafile_with_docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/docker/deploy_seafile_with_docker.md b/manual/docker/deploy_seafile_with_docker.md index c7f141b3..5c2186c4 100644 --- a/manual/docker/deploy_seafile_with_docker.md +++ b/manual/docker/deploy_seafile_with_docker.md @@ -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.