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