mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 15:10:25 +00:00
13 lines
217 B
YAML
13 lines
217 B
YAML
services:
|
|
phyre:
|
|
build:
|
|
context: ./docker
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "80:80"
|
|
- "443:443"
|
|
- "3306:3306"
|
|
- "8443:8443"
|
|
volumes:
|
|
- .:/usr/local/phyre
|
|
|