mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-10 04:49:19 -08:00
22 lines
593 B
JSON
22 lines
593 B
JSON
{
|
|
"lxc": {
|
|
"lxc.mount.entry": [
|
|
"/rpool/shared/unifi mnt/shared/unifi none bind,optional,create=dir",
|
|
"/rpool/shared/postgresql mnt/shared/postgresql none bind,optional,create=dir",
|
|
"/rpool/shared/mosquitto mnt/shared/mosquitto none bind,optional,create=dir",
|
|
"/dev/net/tun dev/net/tun none bind,optional,create=file"
|
|
],
|
|
"lxc.idmap": [
|
|
"u 0 100000 8000",
|
|
"g 0 100000 8000",
|
|
"u 8000 8000 128",
|
|
"g 8000 8000 256",
|
|
"u 8128 108128 57406",
|
|
"g 8256 108256 57278",
|
|
"u 65534 65534 1",
|
|
"g 65534 65534 1",
|
|
"u 65535 165535 1",
|
|
"g 65535 165535 1"
|
|
]
|
|
}
|
|
}
|