From af9e1f0cfb9b69325c2df09205b8af2f56b3dc54 Mon Sep 17 00:00:00 2001 From: Justin Taylor Date: Thu, 1 Mar 2018 10:51:27 +0000 Subject: [PATCH] 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. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b5cbe36..589ab2b 100644 --- a/README.md +++ b/README.md @@ -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 sverhoeven/cartodb +``` + Persistent data ---------------