@@ -39,8 +39,8 @@ application(s) or different backend application(s) uses as they like.
3939
4040## Requirements [ ᐞ] ( #table-of-contents )
4141
42- * [ docker-compose ] ( https://docs.docker.com/compose /install/ )
43- * If you are not using docker / docker-compose then follow [ this] ( doc/INSTALLATION_WITHOUT_DOCKER.md )
42+ [ Docker Engige ] ( https://docs.docker.com/engine /install/ )
43+ If you are not using Docker Engine then follow [ this] ( doc/INSTALLATION_WITHOUT_DOCKER.md )
4444
4545### Recommendations [ ᐞ] ( #table-of-contents )
4646
@@ -51,7 +51,7 @@ application(s) or different backend application(s) uses as they like.
5151
5252## Installation [ ᐞ] ( #table-of-contents )
5353
54- This installation guide expects that you're using docker-compose .
54+ This installation guide expects that you're using Docker Engine .
5555
5656### 1. Clone repository [ ᐞ] ( #table-of-contents )
5757
@@ -89,8 +89,8 @@ application:
8989
9090### 3. Using application [ ᐞ] ( #table-of-contents )
9191
92- By default ` make start ` / ` docker-compose up ` command starts all the containers
93- and exposes following ports on ` localhost ` on your host machine:
92+ By default ` make start ` command starts all the containers and exposes
93+ following ports on ` localhost ` on your host machine:
9494
9595* symfony-backend-nginx - [ https://localhost:8000 ] ( https://localhost:8000 ) (nginx)
9696 * PHP-FPM status page - [ https://localhost:8000/status ] ( https://localhost:8000/status )
@@ -118,8 +118,8 @@ password: password
118118
119119### 4. Getting shell to container [ ᐞ] ( #table-of-contents )
120120
121- After you've run ` make start ` / ` docker-compose up ` command you can list all
122- running containers with ` docker ps ` command.
121+ After you've run ` make start ` command you can list all running containers with
122+ ` docker ps ` command.
123123
124124And to eg. get shell (bash or fish) access inside one of those containers you
125125can run following command:
@@ -170,7 +170,7 @@ build _your_ own application - right?
170170* [ Development guide] ( doc/DEVELOPMENT.md )
171171* [ Installation without docker] ( doc/INSTALLATION_WITHOUT_DOCKER.md )
172172* [ PhpStorm configuration] ( doc/PHPSTORM.md )
173- * [ Speed problems with docker-compose ?] ( doc/SPEED_UP_DOCKER_COMPOSE.md )
173+ * [ Speed problems with Docker Engine ?] ( doc/SPEED_UP_DOCKER_COMPOSE.md )
174174* [ Testing guide] ( doc/TESTING.md )
175175* [ Usage checklist] ( doc/USAGE_CHECKLIST.md )
176176* [ Using Xdebug] ( doc/XDEBUG.md )
@@ -191,4 +191,4 @@ build _your_ own application - right?
191191
192192[ The MIT License (MIT)] ( LICENSE )
193193
194- Copyright © 2021 Tarmo Leppänen
194+ Copyright © 2024 Tarmo Leppänen
0 commit comments