File tree Expand file tree Collapse file tree
DOCUMENTATION/content/guides Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments