Skip to content

Commit 1aa2708

Browse files
committed
improve docker stack
1 parent e689c80 commit 1aa2708

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

6061
stop-docker:

0 commit comments

Comments
 (0)