2 Star 2 Fork 1

屋班兔 / 屋班兔的博客

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
docker-compose.yml 617 Bytes
一键复制 编辑 原始数据 按行查看 历史
屋班兔 提交于 2021-11-16 00:35 . 初始化sail开发环境
# For more information: https://laravel.com/docs/sail
version: '3'
services:
wbt-blog:
image: sail-8.0/app
extra_hosts:
- 'host.docker.internal:host-gateway'
ports:
- '${APP_PORT:-8031}:80'
environment:
WWWUSER: '${WWWUSER}'
LARAVEL_SAIL: 1
XDEBUG_MODE: '${SAIL_XDEBUG_MODE:-off}'
XDEBUG_CONFIG: '${SAIL_XDEBUG_CONFIG:-client_host=host.docker.internal}'
volumes:
- '.:/var/www/html'
networks:
- kkyn_dcat_admin_sail
networks:
kkyn_dcat_admin_sail:
external: true
PHP
1
https://gitee.com/myhui0926/wbt-blog.git
git@gitee.com:myhui0926/wbt-blog.git
myhui0926
wbt-blog
屋班兔的博客
master

搜索帮助