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>
ENV CONFIG_FILE=/data/pterodactyl.conf \
STARTUP_TIMEOUT=15 \
STORAGE_DIR=/data/storage \
PANEL_VERSION=v0.6.0
PANEL_VERSION=v0.6.1
WORKDIR /var/www/html
......
......@@ -10,7 +10,7 @@ https://github.com/ccarney16/pterodactyl-panel-dockerfile
Docker:
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__
......
......@@ -72,7 +72,7 @@ services:
- MAIL_DRIVER=mail
- MAIL_EMAIL=admin@localhost
- MAIL_FROM_NAME=Pterodactyl Panel
image: quay.io/ccarney/pterodactyl-panel:v0.6.0
image: quay.io/ccarney/pterodactyl-panel:v0.6.1
ports:
- 80:80
- 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