Skip to content

Commit

Permalink
Typo fixed and docker-compose command replaced by docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelromcar-parabol committed Feb 22, 2024
1 parent 1f8fe06 commit 0fcd382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/parabol-ubi/docker-host-st/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ To run Parabol in single tenant mode (e.g. simple docker-compose on a docker hos
1. Build your Parabol UBI using instructions in `docker/ubi/docker-build/README.md`
2. Create a working `.env` from `.env.example`
3. Update docker-compose.yaml `image: #image:tag` with your built image tag from `step (1.)`
4. Run `docker-compose --profile databases --profile parabol up -d` to deploy the local stack. You can run `docker-compos --profile databases --profile parabol down` to terminate the local stack
4. Run `docker compose --profile databases --profile parabol up -d` to deploy the local stack. You can run `docker compose --profile databases --profile parabol down` to terminate the local stack
5. Check logs via command `docker logs <name> -f` and wait for the following output to appear

```shell
Expand Down

0 comments on commit 0fcd382

Please sign in to comment.