Skip to content

Commit

Permalink
Note -h can support ip addresses
Browse files Browse the repository at this point in the history
If you don't have a domain/subdomain pointing to your server yet, you can use the servers external ip address.
  • Loading branch information
Justin Taylor authored Mar 1, 2018
1 parent a175e8b commit af9e1f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------

Expand Down

0 comments on commit af9e1f0

Please sign in to comment.