Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mdavid-m authored Dec 29, 2024
1 parent 183f62b commit ecb798a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ Create a temporary `.env` file with your Github token. It should contain only on

**3. Run docker-compose.**

`docker-compose up --build -d`
`docker compose build`

> Make sure to remove the `.env` file with your Github token after successfull build
> Optionally use the `--no-cache` flag to prevent caching
## Add new app

Expand Down Expand Up @@ -73,7 +74,7 @@ Check and update the following entries:

Run docker-compose to launch all services.

`docker-compose up --build -d`
` docker compose up -d`

- there should be no errors building all services
- make sure all apps are accessible via their port from localhost
Expand Down

0 comments on commit ecb798a

Please sign in to comment.