Change port to 9001 port allocation collision.

This commit is contained in:
Krzysztof Płaczek
2024-10-13 12:40:26 +02:00
parent a1b6d65137
commit 22cc3f699b

View File

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