Commit ff966818 authored by Cameron Carney's avatar Cameron Carney

Commit New Pterodactyl Version

parent cc0bcc87
...@@ -5,7 +5,7 @@ MAINTAINER Cameron Carney <ccarney16@live.com> ...@@ -5,7 +5,7 @@ MAINTAINER Cameron Carney <ccarney16@live.com>
ENV CONFIG_FILE=/data/pterodactyl.conf \ ENV CONFIG_FILE=/data/pterodactyl.conf \
STARTUP_TIMEOUT=15 \ STARTUP_TIMEOUT=15 \
STORAGE_DIR=/data/storage \ STORAGE_DIR=/data/storage \
PANEL_VERSION=v0.6.0 PANEL_VERSION=v0.6.1
WORKDIR /var/www/html WORKDIR /var/www/html
......
...@@ -10,7 +10,7 @@ https://github.com/ccarney16/pterodactyl-panel-dockerfile ...@@ -10,7 +10,7 @@ https://github.com/ccarney16/pterodactyl-panel-dockerfile
Docker: Docker:
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:
`docker run --name=pterodactyl-panel -p 80:80 -p 443:443 --env-file=./.env quay.io/ccarney/pterodactyl-panel:v0.6.0-rc.1` `docker run --name=pterodactyl-panel -p 80:80 -p 443:443 --env-file=./.env quay.io/ccarney/pterodactyl-panel:v0.6.1`
__or__ __or__
...@@ -73,4 +73,4 @@ https://pterodactyl.io ...@@ -73,4 +73,4 @@ https://pterodactyl.io
https://docs.pterodactyl.io https://docs.pterodactyl.io
https://github.com/Pterodactyl https://github.com/Pterodactyl
\ No newline at end of file
...@@ -72,7 +72,7 @@ services: ...@@ -72,7 +72,7 @@ services:
- MAIL_DRIVER=mail - MAIL_DRIVER=mail
- MAIL_EMAIL=admin@localhost - MAIL_EMAIL=admin@localhost
- MAIL_FROM_NAME=Pterodactyl Panel - MAIL_FROM_NAME=Pterodactyl Panel
image: quay.io/ccarney/pterodactyl-panel:v0.6.0 image: quay.io/ccarney/pterodactyl-panel:v0.6.1
ports: ports:
- 80:80 - 80:80
- 443:443 - 443:443
......
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