nas-configs/nextcloud/reference-configs/nextcloud-mariadb.json
2025-01-19 16:51:47 +01:00

82 lines
2.3 KiB
JSON

{
"CapAdd" : null,
"CapDrop" : null,
"cmd" : "mariadbd",
"cpu_priority" : 0,
"enable_publish_all_ports" : false,
"enable_restart_policy" : true,
"enable_service_portal" : null,
"enabled" : false,
"env_variables" : [
{
"key" : "PATH",
"value" : "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
},
{
"key" : "GOSU_VERSION",
"value" : "1.17"
},
{
"key" : "LANG",
"value" : "C.UTF-8"
},
{
"key" : "MARIADB_VERSION",
"value" : "1:10.11.9+maria~ubu2204"
}
],
"exporting" : false,
"id" : "ae5e59555864a0d2e295b87995c627b9c2f4b71751486ae2af0787e613ad8193",
"image" : "mariadb:10.11.9",
"is_ddsm" : false,
"is_package" : false,
"labels" : {
"org.opencontainers.image.authors" : "MariaDB Community",
"org.opencontainers.image.base.name" : "docker.io/library/ubuntu:jammy",
"org.opencontainers.image.description" : "MariaDB Database for relational SQL",
"org.opencontainers.image.documentation" : "https://hub.docker.com/_/mariadb/",
"org.opencontainers.image.licenses" : "GPL-2.0",
"org.opencontainers.image.ref.name" : "ubuntu",
"org.opencontainers.image.source" : "https://github.com/MariaDB/mariadb-docker",
"org.opencontainers.image.title" : "MariaDB Database",
"org.opencontainers.image.url" : "https://github.com/MariaDB/mariadb-docker",
"org.opencontainers.image.vendor" : "MariaDB Community",
"org.opencontainers.image.version" : "10.11.9"
},
"links" : [],
"memory_limit" : 0,
"name" : "nextcloud-mariadb",
"network" : [
{
"driver" : "bridge",
"name" : "bridge"
}
],
"network_mode" : "bridge",
"port_bindings" : [
{
"container_port" : 3306,
"host_port" : 3306,
"type" : "tcp"
}
],
"privileged" : false,
"service_portals" : [],
"shortcut" : {
"enable_shortcut" : false,
"enable_status_page" : false,
"enable_web_page" : false,
"web_page_url" : ""
},
"use_host_network" : false,
"version" : 2,
"volume_bindings" : [
{
"host_volume_file" : "/docker/nextcloud-mariadb",
"is_directory" : true,
"mount_point" : "/var/lib/mysql",
"type" : "rw"
}
]
}