Skip to content

Commit 76c0f19

Browse files
committed
updated readme.md
1 parent 9585a32 commit 76c0f19

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/kodhub/laravel-dockerized?include_prereleases&style=for-the-badge)
2-
![GitHub issues](https://img.shields.io/github/issues-raw/kodhub/laravel-dockerized?style=for-the-badge)
3-
![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/kodhub/laravel-dockerized?color=009fe1&style=for-the-badge)
4-
![GitHub All Releases](https://img.shields.io/github/downloads/kodhub/laravel-dockerized/total?style=for-the-badge)
51
# Laravel Dockerized
2+
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/kodhub/laravel-dockerized?include_prereleases)
3+
![GitHub issues](https://img.shields.io/github/issues-raw/kodhub/laravel-dockerized)
4+
![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/kodhub/laravel-dockerized?color=009fe1)
5+
![GitHub All Releases](https://img.shields.io/github/downloads/kodhub/laravel-dockerized/total?)
6+
67
Laravel easy docker environment.
78

89
### Support
@@ -21,7 +22,7 @@ Write the following code to the directory where your project folder is located o
2122

2223
2- `docker-compose up -d --build`
2324

24-
3- `docker exec -it docker_laravel_1 bash`
25+
3- `docker exec -it <container-id> bash`
2526

2627
4- Your project install steps
2728

0 commit comments

Comments
 (0)