Files
webman-buildadmin/docker-compose.yml
2026-04-16 17:12:28 +08:00

11 lines
213 B
YAML

version: "3"
services:
webman:
build: .
container_name: docker-webman
restart: unless-stopped
volumes:
- "./:/app"
ports:
- "7979:7979"
command: ["php", "start.php", "start" ]