Commit 7d624daa authored by Cameron Carney's avatar Cameron Carney

Updated Daemon Version

parent 37c7e649
...@@ -40,9 +40,10 @@ services: ...@@ -40,9 +40,10 @@ services:
## ##
mysql: mysql:
env_file: .env env_file: .env
image: mariadb:10.1
restart: always
volumes: volumes:
- ./db:/var/lib/mysql - ./db:/var/lib/mysql
image: mariadb:10.1
## ##
# Pterodactyl Panel # Pterodactyl Panel
...@@ -71,9 +72,10 @@ services: ...@@ -71,9 +72,10 @@ services:
# you may comment the section below. # you may comment the section below.
## ##
daemon: daemon:
image: quay.io/ccarney/pterodactyl-daemon:v0.4.4 container_name: pterodactyl-daemon
depends_on: depends_on:
- panel - panel
image: quay.io/ccarney/pterodactyl-daemon:v0.5.0-beta
ports: ports:
- 8080:8080 - 8080:8080
restart: always restart: always
......
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