From 785f3bd8ee53238b8d20bcc405c06cfa310a9edc Mon Sep 17 00:00:00 2001 From: Xboard <147830212+cedar2025@users.noreply.github.com> Date: Sun, 26 Jan 2025 04:00:00 +0800 Subject: [PATCH] Update compose.yaml --- compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yaml b/compose.yaml index 0085f63..405ac96 100644 --- a/compose.yaml +++ b/compose.yaml @@ -7,6 +7,7 @@ services: - ./.docker/.data/:/www/.docker/.data - ./storage/logs:/www/storage/logs - ./storage/theme:/www/storage/theme + - ./plugins:/www/plugins environment: - docker=true depends_on: @@ -23,6 +24,7 @@ services: - ./.env:/www/.env - ./.docker/.data/:/www/.docker/.data - ./storage/logs:/www/storage/logs + - ./plugins:/www/plugins restart: on-failure # network_mode: host command: php artisan horizon