Skip to content

Commit

Permalink
When specifying hostname using env var use only one hostname.
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Aug 6, 2018
1 parent c32b1e1 commit a3c9628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<hostname> cartodb.example.com sverhoeven/cartodb
docker run -d -p 80:80 -e CARTO_HOSTNAME=<hostname> sverhoeven/cartodb
```

Persistent data
Expand Down

0 comments on commit a3c9628

Please sign in to comment.