Skip to content

Commit

Permalink
docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
liamwhite committed Apr 12, 2024
1 parent 39efe67 commit 0789579
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
![Philomena](/assets/static/images/phoenix.svg)

## Getting started
On systems with `docker` and `docker-compose` installed, the process should be as simple as:
On systems with `docker` and `docker compose` installed, the process should be as simple as:

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

If you use `podman` and `podman-compose` instead, the process for constructing a rootless container is nearly identical:
Expand Down

0 comments on commit 0789579

Please sign in to comment.