We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9fdb6a commit 796748cCopy full SHA for 796748c
.dev/vagrant/motd.txt
@@ -0,0 +1,11 @@
1
+#####################################################
2
+ Pterodactyl Panel Vagrant VM
3
+
4
+Install: /var/www/html/pterodactyl
5
+Ports:
6
+ Panel: 80 (50080 on host)
7
+ MailHog: 8025 (58025 on host)
8
+ MySQL: 3306
9
10
+Services for pteroq and mailhog are running
11
.dev/vagrant/provision.sh
@@ -1,6 +1,7 @@
#!/bin/bash
echo "Provisioning development environment for Pterodactyl Panel."
+cp /var/www/html/pterodactyl/.dev/vagrant/motd.txt /etc/motd
apt-get install -y software-properties-common > /dev/null
0 commit comments