diff options
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/docs/vagrant.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/vagrant.md b/phpBB/docs/vagrant.md index 4a14045d30..ac318270c1 100644 --- a/phpBB/docs/vagrant.md +++ b/phpBB/docs/vagrant.md @@ -14,7 +14,7 @@ phpBB uses the [Laravel/Homestead](https://laravel.com/docs/5.1/homestead) Vagra $ vagrant up ``` -* Access phpBB at `http://192.168.33.10/` +* Access phpBB at `http://192.168.10.10/` * Username: **admin** * Password: **adminadmin** |