Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FireFading committed Apr 14, 2023
1 parent cdf7e11 commit e77c975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

## setup
- in env.example all variables used in project, change it to .env, several variables that are common, already define as example, secret variables is empty
add to .env

## run project
- `docker compose up --build` OR `make up`
- `docker compose up --build` OR `make build` - first time
- `docker compose up` OR `make up` - run without building, also you can prove -d flag to run as daemon

## down docker
- `docker compose down && docker network prune --force` OR `make down`
Expand Down

0 comments on commit e77c975

Please sign in to comment.