diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-07-13 02:07:05 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-07-13 02:07:05 +0900 |
| commit | 463f0414fcedff732cfdc38d369c394b8a05be7a (patch) | |
| tree | 8ebd56d557258e85e89ccc9aafb668a8f9d9f167 /compose.yaml | |
| parent | 3754f11c33a6b4ac756a0d89426764fd9032cf53 (diff) | |
| download | feedaka-463f0414fcedff732cfdc38d369c394b8a05be7a.tar.gz feedaka-463f0414fcedff732cfdc38d369c394b8a05be7a.tar.zst feedaka-463f0414fcedff732cfdc38d369c394b8a05be7a.zip | |
feat(backend): change db file path
Diffstat (limited to 'compose.yaml')
| -rw-r--r-- | compose.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compose.yaml b/compose.yaml index 69dad6f..1a40ecc 100644 --- a/compose.yaml +++ b/compose.yaml @@ -3,7 +3,7 @@ services: build: context: . volumes: - - ./data/feedaka.db:/app/feedaka.db + - ./data/feedaka.db:/app/data/feedaka.db ports: - '127.0.0.1:8002:8080' environment: |
