Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 744 Bytes

readme.md

File metadata and controls

41 lines (26 loc) · 744 Bytes

How to use

Before you use this make sure you have docker installed on your devices.

Installation

Mac & Windows

Install Docker CE for Mac and Windows (http://docker.com)

Ubuntu

To install Docker CE follow the instructions given here:

https://docs.docker.com/engine/installation/linux/docker-ce/ubuntu/

Install docker-compose

sudo apt install docker-compose

Running docker-compose file

First copy the local.env.example and changes the env file

cp local.env.example local.env

then run the script using bash

bash run-docker.sh

Stopping docker-compose

docker-compose down

fyi just simple docker-compose.yaml configuration for localhost so feel free to contribute 👋