[](https://quay.io/repository/ccarney/pterodactyl-panel)
This is a docker image for pterodactyl panel, NOT the official panel repository!
This is a docker image for pterodactyl panel, NOT the official panel repository!
## Quick Start
## Quick Start
...
@@ -13,7 +15,7 @@ Copy .env.example as .env and run the setup under the commands provided:
...
@@ -13,7 +15,7 @@ Copy .env.example as .env and run the setup under the commands provided:
You can run the panel using this command:
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:v0.6.4`.
`docker run --name=pterodactyl-panel -p 80:80 -p 443:443 --env-file=./.env quay.io/ccarney/pterodactyl-panel:v0.6.4`.
><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>
><small>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.</small>
__or__*Docker Compose*:
__or__*Docker Compose*:
...
@@ -30,7 +32,7 @@ The data volume for the image is used to maintain persistence:
...
@@ -30,7 +32,7 @@ The data volume for the image is used to maintain persistence:
**storage/*: Laravel storage, contains cache, logs, and files that need to be writable to the panel.
**storage/*: Laravel storage, contains cache, logs, and files that need to be writable to the panel.
**cache/*: configuration cache for the panel.
**cache/*: configuration cache for the panel.
><sup>It is recommend to create a directory mount for this, but isnt required.</sup>
><small>It is recommend to create a directory mount for this, but isnt required.</small>