Skip to content

Commit 60bc757

Browse files
committed
Making It Easier with Docker Compose: The Multi-Container Tool 1
1 parent 86e39af commit 60bc757

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docker-process-approach/docker-4.md

+6
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,14 @@ https://docs.docker.com
2828
```
2929
pcat docker-compose.yml
3030
31+
Or,
32+
33+
cat docker-compose.yml
34+
3135
docker-compose up
3236
37+
Check in : http://localhost:81/
38+
3339
docker-compose up -d
3440
3541
docker-compose logs

0 commit comments

Comments
 (0)