update readme.md for all samples

Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
Anca Iordache
2020-03-06 19:25:16 +01:00
parent 9c829ac4ba
commit 48341239de
30 changed files with 841 additions and 102 deletions

View File

@@ -1,4 +1,5 @@
## Compose sample - Angular service
## Compose sample
### Angular service
Project structure:
```
@@ -11,7 +12,7 @@ Project structure:
└── docker-compose.yaml
```
_docker-compose.yaml_
[_docker-compose.yaml_](docker-compose.yaml)
```
version: "3.7"
services:
@@ -58,7 +59,7 @@ CONTAINER ID IMAGE COMMAND CREATED
After the application starts, navigate to `http://localhost:80` in your web browser.
![page](https://github.com/aiordache/awesome-compose/blob/master/samples/angular/output.jpg)
![page](output.jpg)
Stop and remove the container