Prefer hostname over ip
This commit is contained in:
parent
9d969b8699
commit
467daa8bb4
@ -55,7 +55,7 @@ docker run -d -p 80:80 -h <servers-external-ip-address> sverhoeven/cartodb
|
||||
|
||||
Instead of setting hostname with `-h` you can also use the `CARTO_HOSTNAME` environment variable with:
|
||||
```
|
||||
docker run -d -p 80:80 -e CARTO_HOSTNAME=<servers-external-ip-address> cartodb.example.com sverhoeven/cartodb
|
||||
docker run -d -p 80:80 -e CARTO_HOSTNAME=<hostname> cartodb.example.com sverhoeven/cartodb
|
||||
```
|
||||
|
||||
Persistent data
|
||||
|
Loading…
Reference in New Issue
Block a user