Commit 2691e563 authored by Cameron Carney's avatar Cameron Carney

Bump version to v0.6.3

parent b659d29a
......@@ -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.2
PANEL_VERSION=v0.6.3
WORKDIR /var/www/html
......
......@@ -10,7 +10,7 @@ https://github.com/ccarney16/pterodactyl-panel-dockerfile
Docker:
It is recommended to create an 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.2`
`docker run --name=pterodactyl-panel -p 80:80 -p 443:443 --env-file=./.env quay.io/ccarney/pterodactyl-panel:v0.6.3`
__or__
......@@ -34,15 +34,11 @@ __Minor Revisions & Configuration Changes:__
Docker:
It is recommended to create a environment file and run the following command: `docker run --rm -v <root>:/data --env-file=./.env quay.io/ccarney/pterodactyl-panel:v0.6.2 p:update`
It is recommended to create a environment file and run the following command: `docker run --rm -v <root>:/data --env-file=./.env quay.io/ccarney/pterodactyl-panel:v0.6.3 p:update` Then restart the main container.
Docker Compose:
Edit the environment section within docker-compose.yml then run `docker-compose run --rm panel p:update`
__From v0.5.x to v0.6.x:__
*TBA...*
Edit the environment section within docker-compose.yml then run `docker-compose run --rm panel p:update`. Then restart the main container.
### Entrypoint Commands ###
......
......@@ -33,7 +33,7 @@ services:
- "MYSQL_PASSWORD=pterodbpass"
volumes:
- ./db:/var/lib/mysql
image: mariadb:10.0
image: mariadb:10.1
##
# The main service.
......@@ -73,7 +73,7 @@ services:
- MAIL_DRIVER=mail
- MAIL_FROM=admin@localhost
- MAIL_FROM_NAME="Pterodactyl Panel"
image: quay.io/ccarney/pterodactyl-panel:v0.6.2
image: quay.io/ccarney/pterodactyl-panel:v0.6.3
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