diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-11-28 22:09:33 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-11-28 22:09:33 +0900 |
| commit | e8d43fd90725fbf715c7e1517aa7ce51c9465784 (patch) | |
| tree | 3904049ebabaa3c16aeab0cf75c20fbf13d9d679 /compose.yaml | |
| parent | 7320d5326fca5faa76fc27500f918323ce2c32f5 (diff) | |
| download | feedaka-0.4.2.tar.gz feedaka-0.4.2.tar.zst feedaka-0.4.2.zip | |
feat(docker): Use distroless container as runtime containerv0.4.2
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 ba00ad9..3acb195 100644 --- a/compose.yaml +++ b/compose.yaml @@ -3,7 +3,7 @@ services: build: context: . volumes: - - ./data/feedaka.db:/app/data/feedaka.db + - ./data:/app/data ports: - '127.0.0.1:8002:8080' environment: |
