mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
14 lines
217 B
YAML
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
|
||
|
|