Update Pterodactyl + Wings template to expose port 2022 for SFTP access (#7315)
This commit is contained in:
commit
25827c3c8e
1 changed files with 2 additions and 0 deletions
|
|
@ -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}'
|
||||
|
|
|
|||
Loading…
Reference in a new issue