mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 01:44:38 +00:00
Alpine MariaDB (#3456)
* Alpine-MariaDB * fix deps * Update install/alpine-mariadb-install.sh Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> * space --------- Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
This commit is contained in:
parent
5d50d91a26
commit
e394dd08b0
3 changed files with 116 additions and 0 deletions
|
@ -24,6 +24,17 @@
|
|||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "alpine",
|
||||
"script": "ct/alpine-mariadb.sh",
|
||||
"resources": {
|
||||
"cpu": 1,
|
||||
"ram": 256,
|
||||
"hdd": 1,
|
||||
"os": "alpine",
|
||||
"version": "3.21"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue