-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
mertimran edited this page Jul 3, 2025
·
1 revision
You MUST have Git, Docker and Docker Compose installed.
Clone the repository using git:
git clone https://github.com/mertimran/docker-strikeCopy the example environment file and edit if needed:
cp .env.example .envBuild the images:
docker-compose buildStart the container (-d is for daemonization):
docker-compose up -d