change docker command (#470)

This commit is contained in:
Maurice Schorn
2024-05-14 09:49:40 +02:00
committed by GitHub
parent d147614f76
commit b3862f3f3e

View File

@@ -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 🐧!