From 6a4b1176c6e66dd169bc082fa1f825c40cd32af8 Mon Sep 17 00:00:00 2001 From: Heiko Joerg Schick Date: Wed, 6 Sep 2023 11:37:53 +0200 Subject: [PATCH] Modivied volume pathes --- compose.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compose.yaml b/compose.yaml index 94e7d9c..393dbee 100644 --- a/compose.yaml +++ b/compose.yaml @@ -13,6 +13,9 @@ services: context: . ports: - 5000:5000 + volumes: + - /Users/schihei/git/arxiv-sanity-lite/container-data/data/:/app/data + - /Users/schihei/git/arxiv-sanity-lite/container-data/static/thumb/:/app/static/thumb # The commented out section below is an example of how to define a PostgreSQL # database that your application can use. `depends_on` tells Docker Compose to