From e4ddfc925ca439beaed64385cf7bc28bff6a16b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ma=CC=88der?= Date: Wed, 29 Nov 2017 15:13:55 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Some=20README=20improvemen?= =?UTF-8?q?ts=20in=20the=20process?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cbef06..c141d6d 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ To get NetBox up and running: ``` $ git clone -b master https://github.com/ninech/netbox-docker.git $ cd netbox-docker +$ docker-compose pull $ docker-compose up -d ``` @@ -29,10 +30,14 @@ $ open "http://$(docker-compose port nginx 80)/" $ xdg-open "http://$(docker-compose port nginx 80)/" &>/dev/null & ``` +Alternatively, use something like [Reception](https://github.com/ninech/reception) to +connect to _docker-compose_ projects. + Default credentials: * Username: **admin** * Password: **admin** +* API Token: **0123456789abcdef0123456789abcdef01234567** ## Dependencies @@ -55,7 +60,7 @@ To use this feature, set the environment-variable `VERSION` before launching `do [any tag of the `ninech/netbox` Docker image](https://hub.docker.com/r/ninech/netbox/tags/). ``` -$ export VERSION=v2.2.1 +$ export VERSION=v2.2.6 $ docker-compose pull netbox $ docker-compose up -d ```