refactor(templates): replace SERVICE_FQDN variables with SERVICE_URL in compose files for consistency

This commit is contained in:
Andras Bacsai
2025-08-11 21:32:40 +02:00
parent 970fd3d9e6
commit 37c423636a
6 changed files with 11 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ services:
wings:
image: "ghcr.io/pterodactyl/wings:latest"
environment:
- SERVICE_FQDN_WINGS_8443
- SERVICE_URL_WINGS_8443
- "TZ=${TIMEZONE:-UTC}"
- WINGS_USERNAME=$SERVICE_USER_WINGS
volumes: