Note -h can support ip addresses

If you don't have a domain/subdomain pointing to your server yet, you can use the servers external ip address.
This commit is contained in:
Justin Taylor 2018-03-01 10:51:27 +00:00 committed by GitHub
parent a175e8b711
commit af9e1f0cfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,11 @@ docker run -d -p 80:80 -h cartodb.example.com sverhoeven/cartodb
The chosen hostname should also resolve to an IP adress of the machine where the web server is running. The chosen hostname should also resolve to an IP adress of the machine where the web server is running.
If you don't have a domain/subdomain pointing to your server yet, you can use the servers external ip address:
```
docker run -d -p 80:80 -h <servers-external-ip-address> sverhoeven/cartodb
```
Persistent data Persistent data
--------------- ---------------