Update compose.yaml

This commit is contained in:
Xboard 2025-01-26 04:00:00 +08:00 committed by GitHub
parent 0e929892e4
commit 785f3bd8ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,7 @@ services:
- ./.docker/.data/:/www/.docker/.data - ./.docker/.data/:/www/.docker/.data
- ./storage/logs:/www/storage/logs - ./storage/logs:/www/storage/logs
- ./storage/theme:/www/storage/theme - ./storage/theme:/www/storage/theme
- ./plugins:/www/plugins
environment: environment:
- docker=true - docker=true
depends_on: depends_on:
@ -23,6 +24,7 @@ services:
- ./.env:/www/.env - ./.env:/www/.env
- ./.docker/.data/:/www/.docker/.data - ./.docker/.data/:/www/.docker/.data
- ./storage/logs:/www/storage/logs - ./storage/logs:/www/storage/logs
- ./plugins:/www/plugins
restart: on-failure restart: on-failure
# network_mode: host # network_mode: host
command: php artisan horizon command: php artisan horizon