Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 547 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 547 Bytes

Introduction

Configuring bamboo can be little tricky due to the extra configuration that are needed to successfully configure the Bamboo server. To make this simple, In this repo the Dockerfile has the required configurations ready and tested which can be used to make a fresh setup of bamboo very simple.

Prerequisites

  • Docker

Running the server

To run the Bamboo server, open-up a terminal and run below command in the root directory of this repository.

docker-compose up

then, we can access the bamboo on http://localhost:8085