Skip to content

Commit 212ebf6

Browse files
authored
Merge pull request api-platform#900 from dunglas/merge-conflict
Fix merge error
2 parents 91a92a5 + 221bdaa commit 212ebf6

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

distribution/index.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -73,27 +73,15 @@ services using [Docker Compose](https://docs.docker.com/compose/):
7373

7474
This starts the following services:
7575

76-
| Name | Description | Port(s) | Environment(s)
77-
| ----------- | ------------------------------------------------------------- | ------- | --------------
78-
| php | The API with PHP, PHP-FPM 7.2, Composer and sensitive configs | n/a | all
79-
| db | A PostgreSQL database server | 5432 | all (prefer using a managed service in prod)
80-
| client | A development server for the Progressive Web App | 80 | dev (use a static website hosting service in prod)
81-
| admin | A development server for the admin | 81 | dev (use a static website hosting service in prod)
82-
| api | The HTTP server for the API (Nginx) | 8080 | all
83-
| cache-proxy | A HTTP cache proxy for the API provided by Varnish | 8081 | all (prefer using a managed service in prod)
84-
| mercure | Mercure hub | 1337 | all
85-
| h2-proxy | A HTTP/2 and HTTPS development proxy for all apps | 443 (client)<br>444 (admin)<br>8443 (api)<br>8444 (cache-proxy) | dev (configure properly your web server in prod)
86-
=======
8776
| Name | Description | Port(s) | Environment(s) |
8877
|----------|-------------------------------------------------------------------|-------------------------------------------------------------|----------------------------------------------------|
89-
| php | The API with PHP, PHP-FPM 7.2, Composer and sensitive configs | n/a | all |
78+
| php | The API with PHP, PHP-FPM 7.3, Composer and sensitive configs | n/a | all |
9079
| db | A PostgreSQL database server | 5432 | all (prefer using a managed service in prod) |
9180
| client | A development server for the Progressive Web App | 80 | dev (use a static website hosting service in prod) |
9281
| admin | A development server for the admin | 81 | dev (use a static website hosting service in prod) |
9382
| api | The HTTP server for the API (Nginx) | 8080 | all |
9483
| mercure | The Mercure hub, [for real-time capabilities](../core/mercure.md) | 1337 | all (prefer using the managed version in prod) |
9584
| h2-proxy | A HTTP/2 and HTTPS development proxy for all apps | 443 (client)<br>444 (admin)<br>8443 (api)<br>1338 (mercure) | dev (configure properly your web server in prod) |
96-
>>>>>>> Add extending docs, improve security docs and getting started
9785

9886
To see the container's logs, run:
9987

0 commit comments

Comments
 (0)