mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 18:48:14 -05:00
update compose.yaml
This commit is contained in:
parent
104224b756
commit
167dc174e9
@ -6,7 +6,7 @@ services:
|
||||
- ./.env:/www/.env
|
||||
- ./.docker/.data/:/www/.docker/.data
|
||||
- ./public/theme/:/www/public/theme/
|
||||
- ./public/storage:/www/public/storage
|
||||
- ./storage/logs:/www/storage/logs
|
||||
environment:
|
||||
- docker=true
|
||||
depends_on:
|
||||
@ -22,7 +22,7 @@ services:
|
||||
- ./.docker/.data/redis/:/data/
|
||||
- ./.env:/www/.env
|
||||
- ./.docker/.data/:/www/.docker/.data
|
||||
- ./public/storage:/www/public/storage
|
||||
- ./storage/logs:/www/storage/logs
|
||||
restart: on-failure
|
||||
# network_mode: host
|
||||
command: php artisan horizon
|
||||
|
Loading…
Reference in New Issue
Block a user