diff --git a/create-couch-cont.sh b/create-couch-cont.sh index 547c0be..109a634 100755 --- a/create-couch-cont.sh +++ b/create-couch-cont.sh @@ -1,7 +1,7 @@ #!/bin/sh # bind port 5984 to localhost in order to be able to ssh tunnel into couchdb futon admin web interface. -docker run -d --name couchdb --restart=always -v /data/couchdb:/usr/local/var/lib/couchdb -p 127.0.0.1:5984:5984 klaemo/couchdb:1.6.1 +docker run -d --name couchdb --restart=always -v /data/couchdb:/usr/local/var/lib/couchdb -p 127.0.0.1:5984:5984 klaemo/couchdb:1.6.1-couchperuser # Sleep for 1sec to let couchdb container start up sleep 1 diff --git a/views/index.hbs b/views/index.hbs index 7095968..fc1aa0b 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -20,7 +20,7 @@ html, body { height: 100%; margin: 0; padding: 0; } .wrap { position: relative; - height: 96%; + height: 100%; background: #eee; padding: 15px; box-sizing: border-box; @@ -31,11 +31,11 @@ border-radius: 5px; border: 1px solid #999; position: relative; - height: 96%; + height: 100%; padding: 1px; } .CodeMirror { - height: 100%; + height: 96%; } @@ -47,7 +47,6 @@ -