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
5252 docker-compose exec -T backend-php bash -c " chgrp -R www-data $( WRITEABLE_DIRS) && chmod -R g+w $( WRITEABLE_DIRS) "
5353 $(DOCKER ) sh -c ' cd /app && composer install --no-progress --no-interaction --ansi'
5454 @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/"
5859 @echo ""
5960
6061stop-docker :
You can’t perform that action at this time.
0 commit comments