Commit 45295629 authored by Cameron Carney's avatar Cameron Carney

Updated panel & daemon version

parent 995ec220
......@@ -38,7 +38,7 @@ services:
- cache
- mysql
env_file: .env
image: ccarney16/pterodactyl-panel:v0.7.6
image: ccarney16/pterodactyl-panel:v0.7.7
restart: always
volumes:
- ./data:/data
......@@ -57,7 +57,7 @@ services:
dockerfile: Dockerfile
depends_on:
- panel
image: ccarney16/pterodactyl-daemon:v0.5.5
image: ccarney16/pterodactyl-daemon:v0.5.6
ports:
- 8080:8080
privileged: true
......
......@@ -2,7 +2,7 @@ FROM node:8-alpine
MAINTAINER Cameron Carney <ccarney16@live.com>
ENV DAEMON_VERSION=v0.5.5
ENV DAEMON_VERSION=v0.5.6
WORKDIR /srv/daemon
......
......@@ -3,7 +3,7 @@ FROM alpine:edge
MAINTAINER Cameron Carney <ccarney16@live.com>
ENV STARTUP_TIMEOUT=5 \
PANEL_VERSION=v0.7.6
PANEL_VERSION=v0.7.7
WORKDIR /var/www/html
......
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