Skip to content

Commit 35efcc4

Browse files
Update index.md
1 parent c85fd97 commit 35efcc4

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

DOCUMENTATION/content/guides/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ $root@server:~/laravel/ cd laradock
5555
$root@server:~/laravel/laradock# curl -L https://github.com/docker/compose/releases/download/1.8.0/run.sh > /usr/local/bin/docker-compose
5656
$root@server:~/chmod +x /usr/local/bin/docker-compose
5757
```
58+
## Enter the laradock folder and rename env-example to .env.
59+
```
60+
$root@server:~/laravel/laradock# cp env-example .env
61+
```
5862

5963
## Create Your Laradock Containers
6064

@@ -138,8 +142,8 @@ And add `server_name` (your custom domain)
138142
## Rebuild Your Nginx
139143

140144
```
141-
$root@server:~/laravel/laradock/nginx# docker-compose down
142-
$root@server:~/laravel/laradock/nginx# docker-compose build nginx
145+
$root@server:~/laravel/laradock# docker-compose down
146+
$root@server:~/laravel/laradock# docker-compose build nginx
143147
```
144148

145149
## Re Run Your Containers MYSQL and NGINX

0 commit comments

Comments
 (0)