Skip to content

Commit 3815906

Browse files
quentinRogeret34Quentin Rogeret
and
Quentin Rogeret
authored
remove non-existent symfony flag (#322)
Co-authored-by: Quentin Rogeret <quentinrogeret34@gmail.com>
1 parent 523563a commit 3815906

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ services:
6767
- shared_rabbitmq
6868
- shared_prometheus
6969
- backoffice_elasticsearch
70-
command: symfony serve --dir=apps/backoffice/backend/public --port=8040 --force-php-discovery
70+
command: symfony serve --dir=apps/backoffice/backend/public --port=8040
7171

7272
backoffice_frontend_php:
7373
container_name: codely-php_ddd_skeleton-backoffice_frontend-php
@@ -86,7 +86,7 @@ services:
8686
- shared_prometheus
8787
- backoffice_elasticsearch
8888
- mooc_mysql
89-
command: symfony serve --dir=apps/backoffice/frontend/public --port=8041 --force-php-discovery
89+
command: symfony serve --dir=apps/backoffice/frontend/public --port=8041
9090

9191
mooc_backend_php:
9292
container_name: codely-php_ddd_skeleton-mooc_backend-php
@@ -104,4 +104,4 @@ services:
104104
- shared_rabbitmq
105105
- shared_prometheus
106106
- mooc_mysql
107-
command: symfony serve --dir=apps/mooc/backend/public --port=8030 --force-php-discovery
107+
command: symfony serve --dir=apps/mooc/backend/public --port=8030

0 commit comments

Comments
 (0)