From 62a537b7706822731c8f051d9da074f0568e0291 Mon Sep 17 00:00:00 2001 From: corsaronero Date: Fri, 19 Aug 2022 10:58:21 +0000 Subject: [PATCH] updated README.md with instructions regarding docker --- README.md | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 900e11a..ff37d35 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,29 @@ -Build and run : -$ cd compose +*How to build and run the whole thing -$ docker-compose up + $ cd compose + + $ docker-compose up + +*How to use it + +Go to localhost:6660 to see what the php server serves. +In the + + compose/docker-compose.yaml + +file you can specify another port, too. + +Under + + overlay/opt +you find the directory which is on the container itself. +Build and change the project there, having the running container + +To list your running container issue + + docker ps -a +