Added data persistance to memory server

This commit is contained in:
DustyPullRequest
2025-04-07 14:09:42 -04:00
committed by GitHub
parent 608ec8fd72
commit 451c207592
3 changed files with 14 additions and 2 deletions
+5
View File
@@ -4,4 +4,9 @@ services:
context: .
ports:
- 8000:8000
volumes:
- memory:/app/data:rw
volumes:
memory: