Updated Manual (markdown)
17
Manual.md
17
Manual.md
@@ -16,19 +16,4 @@ to run without building (not recommended). To start the connection websocket, go
|
|||||||
node ssh.cjs
|
node ssh.cjs
|
||||||
node database.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:
|
This will start the websockets on port 8081 and 8082.
|
||||||
```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
|
|
||||||
```
|
|
||||||
Reference in New Issue
Block a user