Skip to content

Installation

mertimran edited this page Jul 3, 2025 · 1 revision

Installation

Pre-requisities

You MUST have Git, Docker and Docker Compose installed.

Cloning

Clone the repository using git:

git clone https://github.com/mertimran/docker-strike

Building and Running

Copy the example environment file and edit if needed:

cp .env.example .env

Build the images:

docker-compose build

Start the container (-d is for daemonization):

docker-compose up -d

Clone this wiki locally