Change port to avoid sentry port allocation collision.

This commit is contained in:
Krzysztof Płaczek
2024-10-13 12:39:19 +02:00
parent 7ee8df32f9
commit a1b6d65137

View File

@@ -6,4 +6,4 @@ services:
command: >
sh -c "composer install && php -S 0.0.0.0:8000 -t /usr/src/app"
ports:
- "9000:8000"
- "9090:8000"