From 87481449eeb265fa046be1b0cd00cc5009ecc2d4 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Mon, 9 Jan 2017 16:04:52 +0300 Subject: [PATCH] Add note --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 281061e..e282297 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bugzilla4Intranet Docker image -build it: +Build it: docker build -t bugzilla4intranet . @@ -8,7 +8,11 @@ Run it: docker run --name bz4i -p 8158:8157 -v /home/data -t -d bugzilla4intranet -Then point your browser to localhost:8158 and configure your Bugzilla. +Then point your browser to localhost:8158, login as admin@bugzilla.4intra.net +with 'bugzilla' password and configure your Bugzilla. + +Please note that you should probably use SMTP to send email from inside of a +Docker container. # Docker cheatsheet