Update compose.yaml

This commit is contained in:
Xboard
2025-01-07 13:41:15 +08:00
committed by GitHub
parent 69c374ee17
commit b35705731d
+2
View File
@@ -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