From 5391b8f40e2f49a6c2c6489b7915ae8044a9d683 Mon Sep 17 00:00:00 2001 From: Karmaa <88517757+LukeGus@users.noreply.github.com> Date: Wed, 14 May 2025 22:20:02 -0500 Subject: [PATCH] Updated Manual (markdown) --- Manual.md | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/Manual.md b/Manual.md index 29e7e25..bc648c8 100644 --- a/Manual.md +++ b/Manual.md @@ -16,19 +16,4 @@ to run without building (not recommended). To start the connection websocket, go node ssh.cjs node database.cjs ``` -This will start the websockets on port 8081 and 8082. You will also need to start a MongoDB container. Here's an example docker compose: -```yml -version: "3.8" -services: - mongodb: - image : mongo - container_name: mongodb - environment: - - PUID=1000 - - PGID=1000 - volumes: - - ./mongodb:/data/db - ports: - - 27017:27017 - restart: unless-stopped -``` \ No newline at end of file +This will start the websockets on port 8081 and 8082. \ No newline at end of file