Commit 941cdde2 authored by Cameron Carney's avatar Cameron Carney

bump panel (v0.7.10) @ daemon (v0.6.5) versions

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