mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-15 03:24:48 +08:00
538ee321a9
Signed-off-by: Simon L. <szaimen@e.mail.de>
26 lines
696 B
JSON
26 lines
696 B
JSON
{
|
|
"aio_services_v1": [
|
|
{
|
|
"container_name": "nextcloud-aio-fail2ban",
|
|
"display_name": "Fail2ban",
|
|
"image": "szaimen/aio-fail2ban",
|
|
"image_tag": "v1",
|
|
"internal_port": "host",
|
|
"restart": "unless-stopped",
|
|
"cap_add": [
|
|
"NET_ADMIN",
|
|
"NET_RAW"
|
|
],
|
|
"environment": [
|
|
"TZ=%TIMEZONE%"
|
|
],
|
|
"volumes": [
|
|
{
|
|
"source": "nextcloud_aio_nextcloud",
|
|
"destination": "/nextcloud",
|
|
"writeable": false
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|