File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 11# Dev Compose
22
3- ## Environment
3+ ### Environment
44
55Docker Compose development environment for PHP.
66
@@ -13,9 +13,9 @@ Docker Compose development environment for PHP.
1313- Memcached
1414- Redis
1515
16- The environment mounts the ` ~/html ` directory in container's ` /var/www/html ` , also the ` .gitconfig ` anche ` .ssh ` directory from the user's home.
16+ The environment mounts the ` ~/html ` directory in container's ` /var/www/html ` , also the ` .gitconfig ` file and ` .ssh ` directory from the user's home.
1717
18- ## PHP tools
18+ ### PHP tools
1919
2020Inside the container are installed
2121
@@ -28,7 +28,7 @@ Inside the container are installed
2828
2929All tools above are available from every location in filesystem. phpDocumentor is named ` php-doc ` .
3030
31- ## Use the stack
31+ ### Use the stack
3232
3333``` bash
3434git clone https://github.com/s3b4stian/dev-compose.git
@@ -52,6 +52,4 @@ To enter in development environment
5252To stop all containers
5353``` bash
5454./down.sh
55- ```
56-
57-
55+ ```
You can’t perform that action at this time.
0 commit comments