From 2e193d45fd76398275d13be58f8256d3b96edba3 Mon Sep 17 00:00:00 2001 From: majcek210 <155429915+majcek210@users.noreply.github.com> Date: Thu, 23 Oct 2025 18:29:34 +0200 Subject: [PATCH] Update templates/compose/pterodactyl-with-wings.yaml Change pterodactly wings version from latest to v1.11.13 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 06c5e5576..5c125a28e 100644 --- a/templates/compose/pterodactyl-with-wings.yaml +++ b/templates/compose/pterodactyl-with-wings.yaml @@ -107,7 +107,7 @@ services: - MAIL_PASSWORD=$MAIL_PASSWORD - MAIL_ENCRYPTION=$MAIL_ENCRYPTION wings: - image: 'ghcr.io/pterodactyl/wings:latest' + image: 'ghcr.io/pterodactyl/wings:v1.11.13' restart: unless-stopped environment: - SERVICE_URL_WINGS_8443