From b838aa7d572fd6a72187515c8f529ca98582b656 Mon Sep 17 00:00:00 2001 From: Drew <84212701+MrDiamondDog@users.noreply.github.com> Date: Sun, 23 Nov 2025 16:54:57 -0700 Subject: [PATCH] Update pterodactyl-with-wings.yaml --- templates/compose/pterodactyl-with-wings.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/compose/pterodactyl-with-wings.yaml b/templates/compose/pterodactyl-with-wings.yaml index d332dac1b..adda9e3c9 100644 --- a/templates/compose/pterodactyl-with-wings.yaml +++ b/templates/compose/pterodactyl-with-wings.yaml @@ -111,6 +111,8 @@ services: wings: image: 'ghcr.io/pterodactyl/wings:v1.11.13' restart: unless-stopped + ports: + - "2022:2022" environment: - SERVICE_URL_WINGS_8443 - 'TZ=${TIMEZONE:-UTC}'