File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,10 @@ start-docker: runtime/build-docker config/components-dev.local.php config/compon
52
52
docker-compose exec -T backend-php bash -c " chgrp -R www-data $( WRITEABLE_DIRS) && chmod -R g+w $( WRITEABLE_DIRS) "
53
53
$(DOCKER ) sh -c ' cd /app && composer install --no-progress --no-interaction --ansi'
54
54
@echo " "
55
- @echo " API: http://localhost:8337/"
56
- # @echo "API docs: http://localhost:8337/docs/index.html" # not yet :)
57
- @echo "Backend: http://localhost:8338/"
55
+ @echo " API: http://localhost:8337/"
56
+ # @echo "API docs: http://localhost:8337/docs/index.html" # not yet :)
57
+ @echo "Backend: http://localhost:8338/"
58
+ @echo "Mailcatcher: http://localhost:8055/"
58
59
@echo ""
59
60
60
61
stop-docker :
You can’t perform that action at this time.
0 commit comments