allow acces to database from host with Vagrant

This commit is contained in:
Jakob Schrettenbrunner 2017-06-12 12:45:43 +02:00
parent 796748c6af
commit e98e4932be
4 changed files with 205 additions and 4 deletions

View file

@ -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
#####################################################