fixed broken volume for deployment

This commit is contained in:
ngn 2023-11-13 20:54:21 +03:00
parent aedac71ebd
commit be42fa1043

View File

@ -53,7 +53,7 @@ services:
ports:
- "127.0.0.1:7001:7001"
volumes:
- ./api/api.db:/api.db
- ./api/data.db:/app/data.db
```
## History