feat: Change default port to avoid using existing port

This commit is contained in:
oSumAtrIX
2024-06-06 02:47:00 +02:00
parent 9d7b049349
commit 9825865bbc
2 changed files with 2 additions and 2 deletions

View File

@@ -9,5 +9,5 @@ services:
environment:
- COMMAND=start
ports:
- localhost:8080:8080
- localhost:8888:8888
restart: unless-stopped