From b3862f3f3e27c5f65fe76113e6533bce576b9377 Mon Sep 17 00:00:00 2001 From: Maurice Schorn Date: Tue, 14 May 2024 09:49:40 +0200 Subject: [PATCH] change docker command (#470) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d997c2e..7329046 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Pingvin Share is self-hosted file sharing platform and an alternative for WeTran ### Installation with Docker (recommended) 1. Download the `docker-compose.yml` file -2. Run `docker-compose up -d` +2. Run `docker compose up -d` The website is now listening on `http://localhost:3000`, have fun with Pingvin Share 🐧!