This commit is contained in:
Mateusz Gruszczyński
2026-09-20 13:56:53 +02:00
parent a6efa52f78
commit 0a269cf6fb
11 changed files with 437 additions and 22 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ Optional databases in Docker Compose:
```bash
# PostgreSQL
docker compose --profile postgres up -d postgres
docker compose --profile postgres up -d pgsql
DATABASE_URL=postgres://rustpad:rustpad@postgres:5432/rustpad docker compose up -d rustpad
# MySQL