Copy .env.example as .env and run the setup under the commands provided:
*Docker*:
*Docker*:
You can run the panel using this command: `docker run --name=pterodactyl-panel -p 80:80 -p 443:443 --env-file=./.env quay.io/ccarney/pterodactyl-panel:testing`.
You can run the panel using this command:
`docker run --name=pterodactyl-panel -p 80:80 -p 443:443 --env-file=./.env quay.io/ccarney/pterodactyl-panel:testing`.
It is recommended to create a .env file for variables.
<sup>* This command alone does not provide the full environment for the panel. This is more or less a reference. If you wish to have a full environment, it is recommended to use the method below.</sup>
__or__
__or__
*Docker Compose*:
*Docker Compose*:
A _docker-compose.yml_ file is provided for anyone who uses docker compose.
A *docker-compose.yml* file is provided for anyone who uses docker compose.
You can start the panel by running `docker-compose up -d`; You can edit variables using the environment section within _docker-compose.yml_.
You can start the panel by running `docker-compose up -d`.
*docker-compose.other.yml* provides mysql and the Let's Encrypt certbot services. If you want to use those services, you can symlink or copy it as *docker-compose.override.yml*.
### The _/data_ Volume ###
### The _/data_ Volume ###
...
@@ -36,7 +41,7 @@ Refer to https://docs.pterodactyl.io/ when updating to a newer version. `php art
...
@@ -36,7 +41,7 @@ Refer to https://docs.pterodactyl.io/ when updating to a newer version. `php art
### Migrating ###
### Migrating ###
Refer to https://docs.pterodactyl.io/ for migrating. For users who are coming from a non dockerized setup, you can put it within the */data* volume and rename it as pterodactyl.conf. Once all set, start up the container environment.
Refer to [https://docs.pterodactyl.io/](https://docs.pterodactyl.io/) for migrating. For users who are coming from a non dockerized setup, you can put it within the */data* volume and rename it as pterodactyl.conf. Once all set, start up the container environment.
### Entrypoint Commands ###
### Entrypoint Commands ###
...
@@ -54,14 +59,15 @@ All issues regarding Pterodactyl Panel/Node are to be reported to https://github
...
@@ -54,14 +59,15 @@ All issues regarding Pterodactyl Panel/Node are to be reported to https://github