mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-01 23:38:21 +00:00
fix(upstall): x86-64-v1 target compatibility
This commit is contained in:
@@ -988,7 +988,7 @@ EOF
|
||||
if [ "${CONFIG_MINIO_ENABLED}" = "Y" ]; then
|
||||
cat >>"$compose_file" <<EOF
|
||||
minio:
|
||||
image: minio/minio:latest
|
||||
image: minio/minio:RELEASE.2025-05-24T17-08-30Z-cpuv1
|
||||
restart: unless-stopped
|
||||
env_file: docker.env
|
||||
entrypoint: /bin/sh
|
||||
|
||||
Reference in New Issue
Block a user