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 c76b7f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pterodactyl/panel/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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]'
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 c76b7f2

Please sign in to comment.