PhyrePanel-mirror/docker-compose.yml

14 lines
217 B
YAML
Raw Normal View History

2024-04-22 11:14:05 +00:00
services:
phyre:
build:
context: ./docker
dockerfile: Dockerfile
ports:
- "80:80"
- "443:443"
- "3306:3306"
- "8443:8443"
volumes:
- .:/usr/local/phyre