mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-03 18:40:52 +08:00
update compose.sample.yaml
This commit is contained in:
@@ -10,13 +10,13 @@ services:
|
||||
- redis
|
||||
network_mode: host
|
||||
command: php artisan octane:start --port=7001 --host=0.0.0.0
|
||||
restart: on-failure
|
||||
restart: always
|
||||
horizon:
|
||||
image: ghcr.io/cedar2025/xboard:new
|
||||
volumes:
|
||||
- ./.docker/.data/redis/:/data/
|
||||
- ./:/www/
|
||||
restart: on-failure
|
||||
restart: always
|
||||
network_mode: host
|
||||
command: php artisan horizon
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user