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:
|
wings:
|
||||||
image: 'ghcr.io/pterodactyl/wings:v1.11.13'
|
image: 'ghcr.io/pterodactyl/wings:v1.11.13'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "2022:2022"
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_URL_WINGS_8443
|
- SERVICE_URL_WINGS_8443
|
||||||
- 'TZ=${TIMEZONE:-UTC}'
|
- 'TZ=${TIMEZONE:-UTC}'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue