allow acces to database from host with Vagrant
This commit is contained in:
parent
796748c6af
commit
e98e4932be
4 changed files with 205 additions and 4 deletions
|
@ -3,9 +3,15 @@
|
|||
|
||||
Install: /var/www/html/pterodactyl
|
||||
Ports:
|
||||
Panel: 80 (50080 on host)
|
||||
Panel: 80 (50080 on host)
|
||||
MailHog: 8025 (58025 on host)
|
||||
MySQL: 3306
|
||||
MySQL: 3306 (53306 on host)
|
||||
|
||||
Default panel users:
|
||||
user: admin passwd: Ptero123 (admin user)
|
||||
user: user passwd: Ptero123 (standard user)
|
||||
|
||||
MySQL is accessible using root/pterodactyl or pterodactyl/pterodactyl
|
||||
|
||||
Services for pteroq and mailhog are running
|
||||
#####################################################
|
||||
|
|
Reference in a new issue