mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 05:35:41 +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
|
if [ "${CONFIG_MINIO_ENABLED}" = "Y" ]; then
|
||||||
cat >>"$compose_file" <<EOF
|
cat >>"$compose_file" <<EOF
|
||||||
minio:
|
minio:
|
||||||
image: minio/minio:latest
|
image: minio/minio:RELEASE.2025-05-24T17-08-30Z-cpuv1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file: docker.env
|
env_file: docker.env
|
||||||
entrypoint: /bin/sh
|
entrypoint: /bin/sh
|
||||||
|
|||||||
Reference in New Issue
Block a user