Update README.md

Notes on Use with and without docker-compose
This commit is contained in:
alpcentaur 2022-08-22 16:39:39 +02:00
parent 30730018ec
commit 141bf11850
1 changed files with 17 additions and 2 deletions

View File

@ -1,11 +1,16 @@
# How to build and run the whole thing
# With docker-compose
## How to build and run the whole thing
First install docker and docker-compose on your system
Then:
$ cd compose
$ docker-compose up
# How to use it
## How to use it
Go to localhost:6655 to see what the php server serves.
In the
@ -27,4 +32,14 @@ To list your running container issue
docker ps -a
# Without docker-compose
Get the source code of the directory
overlay/opt
Be preferably on a debian based system.
Install php7.4-cli
Run it.