Files
hyperf_test/docker-compose.yml
ctexthuang 595d3d3276
Some checks are pending
Build Docker / build (push) Waiting to run
first commit
2025-09-04 19:56:35 +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