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