minio bucket creation script
This commit is contained in:
parent
e4aa239e26
commit
07606d433b
1 changed files with 1 additions and 0 deletions
1
lxc1/p0-infrastructure/deploy_minio_buckets.sh
Normal file
1
lxc1/p0-infrastructure/deploy_minio_buckets.sh
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
docker run --network host --entrypoint /bin/sh minio/mc -c "mc alias set myminio http://localhost:9000 admin ${MINIO_ROOT_PASSWORD}; mc mb myminio/forgejo; mc mb myminio/prometheus; mc mb myminio/backups"
|
||||||
Loading…
Reference in a new issue