docs: clarify the domain name setting in the docs

No need to mention the vagrant.

Closes #4246

[ci skip]
This commit is contained in:
Jose Diaz-Gonzalez
2020-12-16 16:07:13 -05:00
committed by GitHub
parent d10d4cc55c
commit e51165d915

View File

@@ -1,6 +1,6 @@
# Deploying to Dokku
> Note: This walkthrough uses the hostname `dokku.me` in commands. When deploying to your own server, you should set the `DOKKU_DOMAIN` value in the `Vagrantfile` before you initialize the Vagrant VM.
> Note: This walkthrough uses the hostname `dokku.me` in commands. When deploying to your own server, you should substitute the domain `dokku.me` for the domain name or IP address associated with your server. Users of the Vagrant VM included with Dokku can use `dokku.me` which points to the IP of the VM.
## Deploy tutorial