diff --git a/compose.yml b/compose.yml index ebf6e05..cafc5da 100644 --- a/compose.yml +++ b/compose.yml @@ -1,6 +1,10 @@ services: server: image: scythe-bot + volumes: + - data:/app build: context: . - dockerfile: Dockerfile \ No newline at end of file + dockerfile: Dockerfile +volumes: + data: \ No newline at end of file