Commit 86d6c049 authored by Cameron Carney's avatar Cameron Carney

Bump to panel v0.6.4

parent ff33f0ee
......@@ -4,7 +4,7 @@ MAINTAINER Cameron Carney <ccarney16@live.com>
ENV CONFIG_FILE=/data/pterodactyl.conf \
STARTUP_TIMEOUT=5 \
PANEL_VERSION=v0.6.3
PANEL_VERSION=v0.6.4
WORKDIR /var/www/html
......
......@@ -2,8 +2,6 @@
# Pterodactyl Panel Dockerfile
>**Welcome to the Testing Branch, this branch is highly unstable and will change often.**
This is a docker image for pterodactyl panel, NOT the official panel repository!
## Quick Start
......@@ -13,7 +11,7 @@ Copy .env.example as .env and run the setup under the commands provided:
*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`.
`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>
......
......@@ -35,7 +35,7 @@ services:
# you may comment the section below.
##
daemon:
image: quay.io/ccarney/pterodactyl-daemon:v0.4.2
image: quay.io/ccarney/pterodactyl-daemon:v0.4.3
depends_on:
- panel
ports:
......
......@@ -19,7 +19,7 @@ services:
depends_on:
- cache
env_file: .env
image: quay.io/ccarney/pterodactyl-panel:testing
image: quay.io/ccarney/pterodactyl-panel:v0.6.4
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