hyperf/docker-compose.yml

16 lines
330 B
YAML
Raw Normal View History

2024-06-21 15:56:37 +08:00
version: '3'
services:
hyperf-skeleton:
2024-06-22 17:43:55 +08:00
container_name: study
2024-06-21 15:56:37 +08:00
image: hyperf-skeleton
build:
context: .
volumes:
- ./:/opt/www
ports:
- 9501:9501
environment:
- APP_ENV=dev
- SCAN_CACHEABLE=false
2024-06-22 17:43:55 +08:00
entrypoint: ["./entrypoint.sh", 'server:watch'] # 开发环境启动命令