add hostname to game servers

This commit is contained in:
2026-06-19 14:48:50 +02:00
parent 5db3863f7e
commit bb937f6766
+2
View File
@@ -34,6 +34,7 @@ services:
pterodactyl-panel:
image: ghcr.io/pterodactyl/panel:latest
container_name: pterodactyl-panel
environment:
# Application settings
- APP_URL=${APP_URL}
@@ -79,6 +80,7 @@ services:
pterodactyl-wings:
image: ghcr.io/pterodactyl/wings:latest
container_name: pterodactyl-wings
privileged: true
environment:
- TZ=${APP_TIMEZONE}