bump version. Added docker compose

This commit is contained in:
piair 2024-02-27 15:38:19 +01:00
parent 7cc1b415a6
commit 2a3878b919
2 changed files with 2 additions and 4 deletions

View File

@ -16,6 +16,4 @@ services:
- "2345:2345"
shm_size: 2gb
volumes:
- "./:/app" # Mount the current directory to /app inside the container
networks:
- host # Use host network mode
- "./:/data"

View File

@ -1 +1 @@
v6.8.11
v6.8.12