Spaces:
Runtime error
Runtime error
Commit
·
8c1389f
1
Parent(s):
339f372
Add application file
Browse files- docker-compose.yml +1 -1
docker-compose.yml
CHANGED
@@ -6,7 +6,7 @@ services:
|
|
6 |
env_file:
|
7 |
- .env
|
8 |
volumes:
|
9 |
-
-
|
10 |
ports:
|
11 |
- "7860:7860"
|
12 |
restart: always
|
|
|
6 |
env_file:
|
7 |
- .env
|
8 |
volumes:
|
9 |
+
- sqlite+aiosqlite:///db.sqlite3
|
10 |
ports:
|
11 |
- "7860:7860"
|
12 |
restart: always
|