From 1fbf5d160ab3a52a78eb97c80b76f678911529ea Mon Sep 17 00:00:00 2001 From: Xboard <147830212+cedar2025@users.noreply.github.com> Date: Sun, 19 Apr 2026 23:33:32 +0800 Subject: [PATCH] Update installation instructions for aapanel-docker --- docs/en/installation/aapanel-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/installation/aapanel-docker.md b/docs/en/installation/aapanel-docker.md index 1ec7079..6268ae1 100644 --- a/docs/en/installation/aapanel-docker.md +++ b/docs/en/installation/aapanel-docker.md @@ -69,7 +69,7 @@ rm -rf .htaccess 404.html 502.html index.html .user.ini git clone -b compose --depth 1 https://github.com/cedar2025/Xboard.git ./ # Prepare configuration file -cp compose.sample.yaml compose.yaml +cp compose.host.sample.yaml compose.yaml # Install dependencies and initialize docker compose run -it --rm xboard php artisan xboard:install