From b00d389314d81c291b9faaa12563765ca3f90282 Mon Sep 17 00:00:00 2001 From: majcek210 <155429915+majcek210@users.noreply.github.com> Date: Thu, 23 Oct 2025 18:30:07 +0200 Subject: [PATCH] Update templates/compose/pterodactyl-with-wings.yaml Update the wings version from latest to v1.11.11 Co-authored-by: Romain ROCHAS <46826777+yipfram@users.noreply.github.com> --- templates/compose/pterodactyl-with-wings.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/pterodactyl-with-wings.yaml b/templates/compose/pterodactyl-with-wings.yaml index 5c125a28e..ddcdae4ab 100644 --- a/templates/compose/pterodactyl-with-wings.yaml +++ b/templates/compose/pterodactyl-with-wings.yaml @@ -33,7 +33,7 @@ services: timeout: 1s retries: 3 pterodactyl: - image: 'ghcr.io/pterodactyl/panel:latest' + image: 'ghcr.io/pterodactyl/panel:v1.11.11' volumes: - 'panel-var:/app/var/' - 'panel-nginx:/etc/nginx/http.d/'