master
Vitaliy Filippov 2017-01-09 16:04:52 +03:00
parent f60e88730c
commit 87481449ee
1 changed files with 6 additions and 2 deletions

View File

@ -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