From 8aa23faa54a378f241d106052d7f15f9c24dd0e9 Mon Sep 17 00:00:00 2001 From: Naterfute <106989409+naterfute@users.noreply.github.com> Date: Tue, 27 Jan 2026 22:42:41 -0800 Subject: [PATCH] fix: pyrodactyl no longer uses main tag for it's latest release (#626) * fix: pyrodactyl no longer uses main tag for it's latest release * Remove custom network settings from docker-compose Removed custom network configuration from docker-compose. * Update MariaDB and Pyrodactyl images in Docker Compose --- blueprints/pyrodactyl/docker-compose.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/blueprints/pyrodactyl/docker-compose.yml b/blueprints/pyrodactyl/docker-compose.yml index ad0e42b7..2fde33d7 100644 --- a/blueprints/pyrodactyl/docker-compose.yml +++ b/blueprints/pyrodactyl/docker-compose.yml @@ -1,6 +1,6 @@ services: database: - image: mariadb:10.5 + image: mariadb:11 restart: always command: --default-authentication-plugin=mysql_native_password volumes: @@ -14,7 +14,7 @@ services: image: redis:alpine restart: always panel: - image: ghcr.io/pyrohost/pyrodactyl:main + image: ghcr.io/pyrodactyl-oss/pyrodactyl:latest restart: always links: - database @@ -35,15 +35,8 @@ services: DB_HOST: DB_PORT: DB_PASSWORD: ${MYSQL_PASSWORD} - RECAPTCHA_ENABLED: DB_CONNECTION: "mariadb" -networks: - default: - ipam: - config: - - subnet: 172.20.0.0/16 - volumes: pterodb: pterovar: