From 078957941ba2f2304531033f52bb16c13706b2f6 Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 11 Apr 2024 23:06:05 -0400 Subject: [PATCH] docker compose --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58037646..2cf81be3 100644 --- a/README.md +++ b/README.md @@ -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: