aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index f7f5289..91b2b7c 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -5,5 +5,9 @@ services:
5 build: "." 5 build: "."
6 restart: "always" 6 restart: "always"
7 volumes: 7 volumes:
8 - "./data/samples.txt:/app/samples.txt" 8 - "data:/app/data"
9 env_file:
10 env.env
9 11
12volumes:
13 data: