Modivied volume pathes

This commit is contained in:
Heiko Joerg Schick
2023-09-06 11:37:53 +02:00
parent f58cbcc98c
commit 6a4b1176c6
+3
View File
@@ -13,6 +13,9 @@ services:
context: . context: .
ports: ports:
- 5000:5000 - 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 # 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 # database that your application can use. `depends_on` tells Docker Compose to