File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 : ' noreply@codinglab.gg'
@@ -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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments