From a1b6d651372245e316412d2d32c55ac3647464e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20P=C5=82aczek?= Date: Sun, 13 Oct 2024 12:39:19 +0200 Subject: [PATCH] Change port to avoid sentry port allocation collision. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index e3b0829..163cdf1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,4 +6,4 @@ services: command: > sh -c "composer install && php -S 0.0.0.0:8000 -t /usr/src/app" ports: - - "9000:8000" \ No newline at end of file + - "9090:8000" \ No newline at end of file