From 8e481d70f0990c7781d776638860507445082053 Mon Sep 17 00:00:00 2001 From: Thomas Miceli <27960254+thomiceli@users.noreply.github.com> Date: Wed, 12 Apr 2023 12:50:47 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 148218d..7267045 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ docker pull ghcr.io/thomiceli/opengist:1 It can be used in a `docker-compose.yml` file : 1. Create a `docker-compose.yml` file with the following content -2. Run `docker-compose up -d` +2. Run `docker compose up -d` 3. Opengist is now running on port 6157, you can browse http://localhost:6157 ```yml