mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-02-13 03:58:13 -05:00
Compare commits
No commits in common. "ab987418fd580e53ca729211a532d397ed915a73" and "167dc174e9bcdf984908d156759c7f4b1de52c58" have entirely different histories.
ab987418fd
...
167dc174e9
@ -7,13 +7,12 @@ services:
|
|||||||
- ./.docker/.data/:/www/.docker/.data
|
- ./.docker/.data/:/www/.docker/.data
|
||||||
- ./public/theme/:/www/public/theme/
|
- ./public/theme/:/www/public/theme/
|
||||||
- ./storage/logs:/www/storage/logs
|
- ./storage/logs:/www/storage/logs
|
||||||
- ./storage/theme:/www/storage/theme
|
|
||||||
environment:
|
environment:
|
||||||
- docker=true
|
- docker=true
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
# network_mode: host
|
# network_mode: host
|
||||||
command: php artisan octane:start --host=0.0.0.0 --port=7001
|
command: php artisan octane:start --server="swoole" --host=0.0.0.0
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
ports:
|
ports:
|
||||||
- 7001:7001
|
- 7001:7001
|
||||||
|
Loading…
Reference in New Issue
Block a user