[bitnami/scylladb] Release 2025.1.3-debian-12-r0 (#81945)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-06-05 17:56:19 +02:00
committed by GitHub
parent abd9f0d30e
commit 6369c440da
5 changed files with 38 additions and 11 deletions

View File

@@ -142,11 +142,11 @@ networks:
services:
scylladb:
image: 'bitnami/scylladb:latest'
image: bitnami/scylladb:latest
networks:
- app-tier
myapp:
image: 'YOUR_APPLICATION_IMAGE'
image: YOUR_APPLICATION_IMAGE
networks:
- app-tier
```