Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 438 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 438 Bytes

Instaclon

Clone the repositore

$ git clone https://github.com/Soni295/insta-clon.git
$ cd insta-clon

Then mount containers

$ docker-compose build
$ docker-compose up -d

update backup(in quarter console)

$ docker ps
$ ./database/restore.sh <CONTAINER ID mariadb>

now go to the browser and connect with

http://localhost:3000/

user

{
  user: "arturo",
  password: "123456"
}