mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 18:48:14 -05:00
Compare commits
2 Commits
167dc174e9
...
ab987418fd
Author | SHA1 | Date | |
---|---|---|---|
|
ab987418fd | ||
|
32c993a5da |
@ -7,12 +7,13 @@ services:
|
||||
- ./.docker/.data/:/www/.docker/.data
|
||||
- ./public/theme/:/www/public/theme/
|
||||
- ./storage/logs:/www/storage/logs
|
||||
- ./storage/theme:/www/storage/theme
|
||||
environment:
|
||||
- docker=true
|
||||
depends_on:
|
||||
- redis
|
||||
# network_mode: host
|
||||
command: php artisan octane:start --server="swoole" --host=0.0.0.0
|
||||
command: php artisan octane:start --host=0.0.0.0 --port=7001
|
||||
restart: on-failure
|
||||
ports:
|
||||
- 7001:7001
|
||||
|
Loading…
Reference in New Issue
Block a user