It is recommended to create a environment file and run the following command:
It is recommended to create a environment file and run the following command:
...
@@ -17,11 +21,13 @@ Edit the environment section within docker-compose.yml then run `docker-compose
...
@@ -17,11 +21,13 @@ Edit the environment section within docker-compose.yml then run `docker-compose
Please refer to ENVIRIONMENT.md for more information regarding environment variables.
Please refer to ENVIRIONMENT.md for more information regarding environment variables.
### Docker Compose ###
### Docker Compose ###
---
---
This repo provides a template docker-compose.yml file for easier deployment for the panel. It is highly recommended to use over straight up Docker.
This repo provides a template docker-compose.yml file for easier deployment for the panel. It is highly recommended to use over straight up Docker.
### Updating ###
### Updating ###
---
---
__Minor Revisions & Configuration Changes:__
__Minor Revisions & Configuration Changes:__
...
@@ -40,19 +46,27 @@ __From v0.5.x to v0.6.x:__
...
@@ -40,19 +46,27 @@ __From v0.5.x to v0.6.x:__
### Entrypoint Commands ###
### Entrypoint Commands ###
---
* p:start - Starts the panel webserver and requirements (We don't provide Memcached!).
* p:start - Starts the panel webserver and requirements (We don't provide Memcached!).
* p:update - Updates the panel config using environment variables on runtime.
* p:update - Updates the panel config using environment variables on runtime.
### SSL Encryption ###
### 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.
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 ###
### Contributing ###
---
---
All issues regarding Pterodactyl Panel/Node are to be reported to https://github.com/Pterodactyl/Panel/issues.
All issues regarding Pterodactyl Panel/Node are to be reported to https://github.com/Pterodactyl/Panel/issues.