Merge pull request #24 from kydreth/patch-1
Update to README.md: Note -h can support ip addresses
This commit is contained in:
commit
e05e7e87cf
@ -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.
|
||||
|
||||
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
|
||||
---------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user