change to markup syntax README.md
This commit is contained in:
parent
62a537b770
commit
62c2178a5a
12
README.md
12
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.
|
Go to localhost:6660 to see what the php server serves.
|
||||||
In the
|
In the
|
||||||
|
|
||||||
compose/docker-compose.yaml
|
compose/docker-compose.yaml
|
||||||
|
|
||||||
file you can specify another port, too.
|
file you can specify another port, too.
|
||||||
|
|
||||||
Under
|
Under
|
||||||
|
|
||||||
overlay/opt
|
overlay/opt
|
||||||
|
|
||||||
|
|
||||||
you find the directory which is on the container itself.
|
you find the directory which is on the container itself.
|
||||||
|
|
Loading…
Reference in New Issue