mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-07-21 21:52:53 +00:00
7f4fa35d83
Signed-off-by: Simon L. <szaimen@e.mail.de>
18 lines
549 B
JSON
18 lines
549 B
JSON
{
|
|
"aio_services_v1": [
|
|
{
|
|
"container_name": "nextcloud-aio-dnsmasq",
|
|
"display_name": "Dnsmasq (Local DNS)",
|
|
"documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/dnsmasq",
|
|
"image": "ghcr.io/szaimen/aio-dnsmasq",
|
|
"image_tag": "v1",
|
|
"internal_port": "host",
|
|
"restart": "unless-stopped",
|
|
"environment": [
|
|
"NC_DOMAIN=%NC_DOMAIN%",
|
|
"TZ=%TIMEZONE%"
|
|
]
|
|
}
|
|
]
|
|
}
|