From 62c2178a5ae59f40c169dc598c2c2cfe1633e74f Mon Sep 17 00:00:00 2001 From: corsaronero Date: Fri, 19 Aug 2022 11:00:26 +0000 Subject: [PATCH] change to markup syntax README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ff37d35..05e1141 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,22 @@ -*How to build and run the whole thing +#How to build and run the whole thing - $ cd compose + $ cd compose + + $ docker-compose up - $ docker-compose up - -*How to use it +#How to use it Go to localhost:6660 to see what the php server serves. In the - compose/docker-compose.yaml + compose/docker-compose.yaml file you can specify another port, too. Under - overlay/opt + overlay/opt you find the directory which is on the container itself.