chore(deps): update nocodb/nocodb docker tag to v0.202.10 (#1806)
This commit is contained in:
parent
85517e1c7b
commit
d7792d7f2f
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "nocodb",
|
||||
"tipi_version": 29,
|
||||
"version": "0.202.9",
|
||||
"tipi_version": 30,
|
||||
"version": "0.202.10",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
|
|
|
@ -11,7 +11,7 @@ services:
|
|||
- NC_PUBLIC_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
|
||||
- NC_AUTH_JWT_SECRET=${NOCODB_JWT_SECRET}
|
||||
- NC_REDIS_URL=redis://default:${NOCODB_REDIS_PASSWORD}@nocodb-redis:6379
|
||||
image: "nocodb/nocodb:0.202.9"
|
||||
image: "nocodb/nocodb:0.202.10"
|
||||
ports:
|
||||
- "${APP_PORT}:8080"
|
||||
restart: always
|
||||
|
|
Loading…
Reference in New Issue
Block a user