We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b6104 commit b616221Copy full SHA for b616221
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: "3"
2
services:
3
frontend:
4
- image: secoda/on-premise-frontend:2025.4.8
+ image: secoda/on-premise-frontend:2025.4.9
5
container_name: frontend
6
# To use a custom certificate, uncomment the following lines and
7
# replace the paths with the paths to your X509 certificate and
@@ -32,7 +32,7 @@ services:
32
condition: service_healthy
33
34
api:
35
- image: secoda/on-premise-api:2025.4.8
+ image: secoda/on-premise-api:2025.4.9
36
container_name: api
37
restart: always
38
ports:
0 commit comments