From da9522643f8bc7574ec69860e0da8d508f2ba661 Mon Sep 17 00:00:00 2001 From: Michele Bologna Date: Fri, 24 Aug 2018 10:32:12 +0200 Subject: [PATCH] Docs: correct URL for DockerHub --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 57cd21e..0139b6e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # bitlbee Dockerfile -This repository contains **Dockerfile** of [*bitlbee*](https://github.com/bitlbee/bitlbee), for [Docker](https://www.docker.com/)'s [automated build](https://registry.hub.docker.com/u/mbologna/bitlbee/) published to the public [Docker Hub Registry](https://registry.hub.docker.com/). +[This repository](https://github.com/mbologna/docker-bitlbee/) contains **Dockerfile** of [*bitlbee*](https://github.com/bitlbee/bitlbee), for [Docker](https://www.docker.com/)'s [automated build](https://registry.hub.docker.com/u/mbologna/docker-bitlbee/) published to the public [Docker Hub Registry](https://registry.hub.docker.com/). ## Features @@ -33,17 +33,17 @@ customize etc/bitlbee/bitlbee.conf to suit your needs a. [Docker Compose](https://docs.docker.com/compose/install/): - `docker-compose up` + docker-compose up b. or via Docker: - - without persistent configuration: + - without persistent configuration: - `docker run -d --name bitlbee -p 16667:6667 --restart=always mbologna/docker-bitlbee` + docker run -d --name bitlbee -p 16667:6667 --restart=always mbologna/docker-bitlbee - - with persistent configuration store in volume: + - with persistent configuration store in volume: - `docker run -d --name bitlbee -p 16667:6667 --restart=always -v :/var/lib/bitlbee mbologna/docker-bitlbee` + docker run -d --name bitlbee -p 16667:6667 --restart=always -v :/var/lib/bitlbee mbologna/docker-bitlbee ## Contributing