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
This commit is contained in:
Naterfute
2026-01-27 22:42:41 -08:00
committed by GitHub
parent 8c87c2d566
commit 8aa23faa54

View File

@@ -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: