File tree Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 2828make fish
2929```
3030
31- That command is shortcut for ` docker- compose exec php bash/fish ` command and
31+ That command is shortcut for ` docker compose exec php bash/fish ` command and
3232you can use that command within your host machine. Note that default user
3333inside that ` php ` container is ` dev ` and it has been bind to your host machine
3434user and group (uid = 1000, gid = 1000) - so that you don't have issues within
@@ -41,7 +41,7 @@ uid = 1000
4141gid = 1000
4242```
4343
44- You need to create ` docker- compose.override.yml ` file and specify used user
44+ You need to create ` compose.override.yaml ` file and specify used user
4545information there.
4646
4747### Makefile [ ᐞ] ( #table-of-contents )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ application.
1818* [ Development guide] ( DEVELOPMENT.md )
1919* [ Installation without docker] ( INSTALLATION_WITHOUT_DOCKER.md )
2020* [ PhpStorm configuration] ( PHPSTORM.md )
21- * [ Speed problems with docker-compose ?] ( SPEED_UP_DOCKER_COMPOSE.md )
21+ * [ Speed problems with Docker Engige ?] ( SPEED_UP_DOCKER_COMPOSE.md )
2222* [ Testing guide] ( TESTING.md )
2323* [ Usage checklist] ( USAGE_CHECKLIST.md )
2424* [ Using Xdebug] ( XDEBUG.md )
Original file line number Diff line number Diff line change 11# What is this?
22
3- This document contains information about how you can speed up docker-compose
3+ This document contains information about how you can speed up Docker Engine
44usage in development stage.
55
66## Table of Contents
@@ -61,14 +61,13 @@ website.
6161
6262### Configuration [ ᐞ] ( #table-of-contents )
6363
64- Create a ` docker- compose.override.yml ` file with following content:
64+ Create a ` compose.override.yaml ` file with following content:
6565
6666``` yaml
6767#
6868# This file should NOT be added to your VCS, only purpose of this is to
6969# override those volumes with docker-sync.yml config
7070#
71- version : ' 3'
7271services :
7372 php :
7473 volumes :
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ started to use this template.
4141 - and made necessary changes.
4242 * [ ] [ favicon.ico] ( ../public/favicon.ico ) - change your application favicon
4343 to match your brand.
44- * [ ] [ docker- compose.yml ] ( ../docker- compose.yml ) Change ` container_name ` to
44+ * [ ] [ compose.yaml ] ( ../compose.yaml ) Change ` container_name ` to
4545 match your application.
4646 * [ ] [ mysql_custom.cnf] ( ../docker/mysql/mysql_custom.cnf ) Check that MySQL
4747 has custom configuration that your application needs. Also check that
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ local paths. See the image below:
7171
7272By default this application assumes that you're using ` app.localhost ` as your
7373PHP server that you've configured to your IDE. If you need to change that, just
74- override that in your local ` docker- compose.override.yml ` file.
74+ override that in your local ` compose.override.yaml ` file.
7575
7676See those [ External links / resources] ( #external-links--resources-table-of-contents )
7777on this documentation to get more information.
You can’t perform that action at this time.
0 commit comments