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