fix: changed pterodactyl docker image name to latest rather than main

This commit is contained in:
Naterfute
2025-09-01 07:49:07 -07:00
committed by GitHub
parent c5a146d252
commit b6f7c71601

View File

@@ -47,7 +47,7 @@ services:
image: redis:alpine
restart: always
panel:
image: ghcr.io/pyrohost/pyrodactyl:main
image: ghcr.io/pyrohost/pyrodactyl:latest
restart: always
ports:
- '80:80'