File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ x-common:
4
4
MYSQL_ROOT_PASSWORD : ${MYSQL_ROOT_PASSWORD}
5
5
panel :
6
6
&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'
8
8
# A list of valid timezones can be found here: http://php.net/manual/en/timezones.php
9
9
APP_TIMEZONE : ' Europe/Paris'
10
10
APP_SERVICE_AUTHOR :
' [email protected] '
@@ -40,8 +40,8 @@ services:
40
40
image : ghcr.io/pterodactyl/panel:latest
41
41
restart : always
42
42
ports :
43
- - ' 80 :80'
44
- - ' 443 :443'
43
+ - ' 8080 :80'
44
+ - ' 4430 :443'
45
45
links :
46
46
- database
47
47
- cache
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ services:
12
12
- ' 443:443'
13
13
tty : true
14
14
environment :
15
- TZ : ' UTC '
15
+ TZ : ' Europe/Paris '
16
16
WINGS_UID : 988
17
17
WINGS_GID : 988
18
18
WINGS_USERNAME : pterodactyl
You can’t perform that action at this time.
0 commit comments