aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorMichael Grote2023-04-13 12:36:54 +0200
committerMichael Grote2023-04-13 12:36:54 +0200
commita4433f939430a016c4d954cdfad97e8f904652e1 (patch)
tree979702301a882bd25c89f8ccae32d346858b34c7 /docker-compose.yml
parent54a2eee7959c43c7472322e855c0c3509cadc59b (diff)
set upload-dir variable
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 541bc9f..4c9812f 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -9,5 +9,5 @@ services:
environment:
FLASK_DEBUG: 1
FLASK_APP: app
- UPLOAD_DIRECTORY: /uploads
AUTH_TOKEN: myuploadtoken
+ UPLOAD_DIRECTORY: /uploads # where to store the uploaded files; should be mapped to a docker volume; default "/uploads"