Commit c662a524 authored by Cameron Carney's avatar Cameron Carney

Added README

parent 0308d093
# Pterodactyl Panel Dockerfile #
#### Free and Open Source Agnostic Game Panel ####
### Usage ###
This Github Repository provides a docker-compose.yml for an easy to start environment.
Docker: `docker --name=pterodactyl-panel -e PANEL_URL=localhost run quay.io/ccarney/pterodactyl-panel:v0.6.0-rc.1`*
Docker Compose: `docker-compose up`
Please refer to ENVIRIONMENT.txt for more information regarding environment variables.
### Updating ###
### SSL Encryption ###
SSL Encryption is an optional but recommended feature. Automatic SSL is provided by Let's Encrypt. When using the webroot feature in certbot (refer to docker-compose.yml), you should mount the .well-known directory created to `/var/www/html/.well-known` within the panel container.
### Contributing ###
All issues regarding Pterodactyl Panel/Node are to be reported to https://github.com/Pterodactyl/Panel/issues.
##### Notes #####
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment