chore: Fix Docker compose port mapping

This commit is contained in:
oSumAtrIX 2024-06-29 15:51:30 +02:00
parent 7c20e0fe99
commit 744aafa9f0
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

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