feat(service): update pterodactyl version (#7981)

This commit is contained in:
majcek210
2026-01-19 19:14:41 +01:00
committed by GitHub
parent dd9e599321
commit 5d4374bd8f
3 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ services:
retries: 3
pterodactyl:
image: ghcr.io/pterodactyl/panel:latest
image: ghcr.io/pterodactyl/panel:v1.12.0
volumes:
- "panel-var:/app/var/"
- "panel-nginx:/etc/nginx/http.d/"

View File

@@ -33,7 +33,7 @@ services:
timeout: 1s
retries: 3
pterodactyl:
image: 'ghcr.io/pterodactyl/panel:v1.11.11'
image: 'ghcr.io/pterodactyl/panel:v1.12.0'
volumes:
- 'panel-var:/app/var/'
- 'panel-nginx:/etc/nginx/http.d/'
@@ -109,7 +109,7 @@ services:
- MAIL_PASSWORD=$MAIL_PASSWORD
- MAIL_ENCRYPTION=$MAIL_ENCRYPTION
wings:
image: 'ghcr.io/pterodactyl/wings:v1.11.13'
image: 'ghcr.io/pterodactyl/wings:v1.12.1'
restart: unless-stopped
ports:
- "2022:2022"

View File

@@ -7,7 +7,7 @@
services:
wings:
image: "ghcr.io/pterodactyl/wings:latest"
image: "ghcr.io/pterodactyl/wings:v1.12.1"
environment:
- SERVICE_URL_WINGS_8443
- "TZ=${TIMEZONE:-UTC}"