chore: Fix Docker compose port mapping

This commit is contained in:
oSumAtrIX
2024-06-29 15:51:30 +02:00
parent 7c20e0fe99
commit 744aafa9f0

View File

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