File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ services:
67
67
- shared_rabbitmq
68
68
- shared_prometheus
69
69
- 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
71
71
72
72
backoffice_frontend_php :
73
73
container_name : codely-php_ddd_skeleton-backoffice_frontend-php
@@ -86,7 +86,7 @@ services:
86
86
- shared_prometheus
87
87
- backoffice_elasticsearch
88
88
- 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
90
90
91
91
mooc_backend_php :
92
92
container_name : codely-php_ddd_skeleton-mooc_backend-php
@@ -104,4 +104,4 @@ services:
104
104
- shared_rabbitmq
105
105
- shared_prometheus
106
106
- 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
You can’t perform that action at this time.
0 commit comments