From f58e56d3a03adef0f0ccf25415946e6c14c90cef Mon Sep 17 00:00:00 2001 From: eroncero Date: Fri, 15 Aug 2025 20:35:45 +0200 Subject: [PATCH] Docker compose instruction --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 28f0aa4..2923ce0 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,4 @@ Simple Linux + Nginx + PHP-FPM + MariaDB setup using Docker. ```bash git clone https://git.digitalstack.es/Digitalstack/lemp-dockerized.git cd lemp-dockerized + docker compose up -d