add hostname to game servers
This commit is contained in:
@@ -34,6 +34,7 @@ services:
|
|||||||
|
|
||||||
pterodactyl-panel:
|
pterodactyl-panel:
|
||||||
image: ghcr.io/pterodactyl/panel:latest
|
image: ghcr.io/pterodactyl/panel:latest
|
||||||
|
container_name: pterodactyl-panel
|
||||||
environment:
|
environment:
|
||||||
# Application settings
|
# Application settings
|
||||||
- APP_URL=${APP_URL}
|
- APP_URL=${APP_URL}
|
||||||
@@ -79,6 +80,7 @@ services:
|
|||||||
|
|
||||||
pterodactyl-wings:
|
pterodactyl-wings:
|
||||||
image: ghcr.io/pterodactyl/wings:latest
|
image: ghcr.io/pterodactyl/wings:latest
|
||||||
|
container_name: pterodactyl-wings
|
||||||
privileged: true
|
privileged: true
|
||||||
environment:
|
environment:
|
||||||
- TZ=${APP_TIMEZONE}
|
- TZ=${APP_TIMEZONE}
|
||||||
|
|||||||
Reference in New Issue
Block a user