Update Pterodactyl + Wings template to expose port 2022 for SFTP access (#7315)

This commit is contained in:
Andras Bacsai
2025-12-15 15:50:51 +01:00
committed by GitHub

View File

@@ -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}'