From b35705731d15483bd5192d9d954c786360b8e7ec Mon Sep 17 00:00:00 2001 From: Xboard <147830212+cedar2025@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:41:15 +0800 Subject: [PATCH] Update compose.yaml --- compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yaml b/compose.yaml index 4f9106f..9ad6e6f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -5,6 +5,7 @@ services: - type: bind source: ${PWD}/.env target: /www/.env + - ./.docker/.data/:/www/.data environment: - docker=true depends_on: @@ -20,6 +21,7 @@ services: - type: bind source: ${PWD}/.env target: /www/.env + - ./.docker/.data/:/www/.data restart: on-failure # network_mode: host command: php artisan horizon