Files
hyperf-explore/docker-compose.yml
yinxiaolong 81c16c3ff7
Some checks failed
Build Docker / build (push) Has been cancelled
init
2026-06-18 10:39:38 +08:00

19 lines
309 B
YAML

version: '3'
services:
hyperf-skeleton:
container_name: hyperf-skeleton
image: hyperf-skeleton
build:
context: .
volumes:
- ./:/opt/www
ports:
- 9501:9501
environment:
- APP_ENV=dev
- SCAN_CACHEABLE=false
networks:
default:
name: hyperf-skeleton