mirror of
https://github.com/Casvt/MIND.git
synced 2026-04-25 03:00:20 -04:00
Doc update (#67)
* Updated README * Added EXPOSE to Dockerfile for Docker Desktop * Refactored docker compose file * Updated CONTRIBUTING * Docs update * Added docs for sending files * Added styling of scroll bar * Fixed various colors * Fixed Dockerfile exposed port * Updated api docs for merging * Attempt at fixing merge problems
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
version: '3.3'
|
||||
version: "3.3"
|
||||
services:
|
||||
mind:
|
||||
container_name: mind
|
||||
image: mrcas/mind:latest
|
||||
volumes:
|
||||
- 'mind-db:/app/db'
|
||||
- "mind-db:/app/db"
|
||||
environment:
|
||||
- TZ=Europe/Amsterdam
|
||||
ports:
|
||||
- '8080:8080'
|
||||
image: 'mrcas/mind:latest'
|
||||
- 8080:8080
|
||||
|
||||
volumes:
|
||||
mind-db:
|
||||
Reference in New Issue
Block a user