Skip to content

Commit 125eaf8

Browse files
update Readme
1 parent 95577b9 commit 125eaf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ docker container exec -t -i [dockerlaravelapidev_php_1 or container Id] bash
4343
```
4444
#### Run the following commands:
4545

46-
## Compose and Swarm Mode
46+
##### Compose and Swarm Mode
4747
```bash
4848
composer install && cp .env.example .env && php artisan key:generate && php artisan migrate
4949
chmod 755 -R storage
5050
# foward to the port 80, go to localhost and enjoy! ...
5151
```
52-
## Play With Docker (PWD)
52+
##### Play With Docker (PWD)
5353
```bash
5454
composer install && php artisan migrate
5555
# foward to the port 80, go to localhost and enjoy! ...

0 commit comments

Comments
 (0)