mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 15:20:40 +00:00
feat(service): update pterodactyl version (#7981)
This commit is contained in:
@@ -32,7 +32,7 @@ services:
|
||||
retries: 3
|
||||
|
||||
pterodactyl:
|
||||
image: ghcr.io/pterodactyl/panel:latest
|
||||
image: ghcr.io/pterodactyl/panel:v1.12.0
|
||||
volumes:
|
||||
- "panel-var:/app/var/"
|
||||
- "panel-nginx:/etc/nginx/http.d/"
|
||||
|
||||
@@ -33,7 +33,7 @@ services:
|
||||
timeout: 1s
|
||||
retries: 3
|
||||
pterodactyl:
|
||||
image: 'ghcr.io/pterodactyl/panel:v1.11.11'
|
||||
image: 'ghcr.io/pterodactyl/panel:v1.12.0'
|
||||
volumes:
|
||||
- 'panel-var:/app/var/'
|
||||
- 'panel-nginx:/etc/nginx/http.d/'
|
||||
@@ -109,7 +109,7 @@ services:
|
||||
- MAIL_PASSWORD=$MAIL_PASSWORD
|
||||
- MAIL_ENCRYPTION=$MAIL_ENCRYPTION
|
||||
wings:
|
||||
image: 'ghcr.io/pterodactyl/wings:v1.11.13'
|
||||
image: 'ghcr.io/pterodactyl/wings:v1.12.1'
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "2022:2022"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
services:
|
||||
wings:
|
||||
image: "ghcr.io/pterodactyl/wings:latest"
|
||||
image: "ghcr.io/pterodactyl/wings:v1.12.1"
|
||||
environment:
|
||||
- SERVICE_URL_WINGS_8443
|
||||
- "TZ=${TIMEZONE:-UTC}"
|
||||
|
||||
Reference in New Issue
Block a user