PhyrePanel-mirror/docker-compose.yml
2024-04-22 14:14:05 +03:00

14 lines
217 B
YAML

services:
phyre:
build:
context: ./docker
dockerfile: Dockerfile
ports:
- "80:80"
- "443:443"
- "3306:3306"
- "8443:8443"
volumes:
- .:/usr/local/phyre