Skip to content

Commit

Permalink
chore(deps): update nocodb/nocodb docker tag to v0.257.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent 9414c9c commit bfbb555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nocodb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- NC_AUTH_JWT_SECRET=${NOCODB_JWT_SECRET}
- NC_REDIS_URL=redis://default:${NOCODB_REDIS_PASSWORD}@nocodb-redis:6379
- DB_QUERY_LIMIT_DEFAULT=${NOCODB_TABLE_ROWS-25}
image: "nocodb/nocodb:0.255.2"
image: "nocodb/nocodb:0.257.2"
ports:
- "${APP_PORT}:8080"
restart: always
Expand Down

0 comments on commit bfbb555

Please sign in to comment.