Change port to avoid sentry port allocation collision.
This commit is contained in:
@@ -6,4 +6,4 @@ services:
|
|||||||
command: >
|
command: >
|
||||||
sh -c "composer install && php -S 0.0.0.0:8000 -t /usr/src/app"
|
sh -c "composer install && php -S 0.0.0.0:8000 -t /usr/src/app"
|
||||||
ports:
|
ports:
|
||||||
- "9000:8000"
|
- "9090:8000"
|
||||||
Reference in New Issue
Block a user