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
commit 25827c3c8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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