Skip to content

Commit

Permalink
chore: edit panel default port
Browse files Browse the repository at this point in the history
  • Loading branch information
neolectron committed Nov 8, 2024
1 parent 65c1701 commit f023ab6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pterodactyl/panel/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ x-common:
MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD}
panel:
&panel-environment # This URL should be the URL that your reverse proxy routes to the panel server
APP_URL: 'https://codinglab.gg'
APP_URL: 'https://panel.codinglab.gg'
# A list of valid timezones can be found here: http://php.net/manual/en/timezones.php
APP_TIMEZONE: 'Europe/Paris'
APP_SERVICE_AUTHOR: '[email protected]'
TRUSTED_PROXIES: '*' # Set this to your proxy IP
# Uncomment the line below and set to a non-empty value if you want to use Let's Encrypt
# to generate an SSL certificate for the Panel.
LE_EMAIL: '[email protected]'
# LE_EMAIL: '[email protected]'
mail: &mail-environment
MAIL_FROM: '[email protected]'
MAIL_DRIVER: 'smtp'
Expand Down Expand Up @@ -40,8 +40,8 @@ services:
image: ghcr.io/pterodactyl/panel:latest
restart: always
ports:
- '80:80'
- '443:443'
- '8080:80'
- '4430:443'
links:
- database
- cache
Expand Down
2 changes: 1 addition & 1 deletion pterodactyl/wings/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- '443:443'
tty: true
environment:
TZ: 'UTC'
TZ: 'Europe/Paris'
WINGS_UID: 988
WINGS_GID: 988
WINGS_USERNAME: pterodactyl
Expand Down

0 comments on commit f023ab6

Please sign in to comment.