mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 15:10:25 +00:00
update
This commit is contained in:
parent
f7291eba7e
commit
8ccd830f39
3 changed files with 2 additions and 16 deletions
|
@ -48,8 +48,7 @@ For support and assistance with PHYRE PANEL, please visit our [documentation](ht
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
PHYRE PANEL is released under the [MIT License](https://opensource.org/licenses/MIT). See the [LICENSE](LICENSE) file for details.
|
PHYRE PANEL is licensed under the [GNU General Public License (GPL) version 3](https://www.gnu.org/licenses/gpl-3.0.en.html). See the [LICENSE](LICENSE) file for details.
|
||||||
|
|
||||||
## Connect with Us
|
## Connect with Us
|
||||||
|
|
||||||
Stay up to date with the latest news and updates from PHYRE PANEL:
|
Stay up to date with the latest news and updates from PHYRE PANEL:
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
services:
|
|
||||||
phyre:
|
|
||||||
build:
|
|
||||||
context: ./docker
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
ports:
|
|
||||||
- "80:80"
|
|
||||||
- "443:443"
|
|
||||||
- "3306:3306"
|
|
||||||
- "8443:8443"
|
|
||||||
volumes:
|
|
||||||
- .:/usr/local/phyre
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
0.0.2
|
0.0.3
|
||||||
|
|
Loading…
Reference in a new issue