add hostname to game servers
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user