Skip to content

Commit c76b7f2

Browse files
committed
chore: edit panel default port
1 parent 65c1701 commit c76b7f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pterodactyl/panel/docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ x-common:
44
MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD}
55
panel:
66
&panel-environment # This URL should be the URL that your reverse proxy routes to the panel server
7-
APP_URL: 'https://codinglab.gg'
7+
APP_URL: 'https://panel.codinglab.gg'
88
# A list of valid timezones can be found here: http://php.net/manual/en/timezones.php
99
APP_TIMEZONE: 'Europe/Paris'
1010
APP_SERVICE_AUTHOR: '[email protected]'
@@ -40,8 +40,8 @@ services:
4040
image: ghcr.io/pterodactyl/panel:latest
4141
restart: always
4242
ports:
43-
- '80:80'
44-
- '443:443'
43+
- '8080:80'
44+
- '4430:443'
4545
links:
4646
- database
4747
- cache

pterodactyl/wings/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
- '443:443'
1313
tty: true
1414
environment:
15-
TZ: 'UTC'
15+
TZ: 'Europe/Paris'
1616
WINGS_UID: 988
1717
WINGS_GID: 988
1818
WINGS_USERNAME: pterodactyl

0 commit comments

Comments
 (0)