From 22cc3f699bbfa178c43d75db0ed964691ec5c348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20P=C5=82aczek?= Date: Sun, 13 Oct 2024 12:40:26 +0200 Subject: [PATCH] Change port to 9001 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 163cdf1..c93684e 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: - - "9090:8000" \ No newline at end of file + - "9001:8000" \ No newline at end of file