Files
2026-04-28 22:29:50 +03:00

5 lines
100 B
PowerShell

Set-StrictMode -Version Latest
$ErrorActionPreference = "Stop"
docker compose up -d postgres redis