From 30a140f2d8c9be930f4a4b5ac07bd39c3529286f Mon Sep 17 00:00:00 2001 From: xboard Date: Sun, 16 Feb 2025 10:19:26 +0800 Subject: [PATCH] update compose.sample.yaml --- compose.sample.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.sample.yaml b/compose.sample.yaml index 73bb489..4b12e6f 100644 --- a/compose.sample.yaml +++ b/compose.sample.yaml @@ -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: