Skip to content

Commit

Permalink
also add beta.json for fail2ban
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed Sep 5, 2023
1 parent e473a12 commit 7df52c5
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions community-containers/fail2ban/beta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"aio_services_v1": [
{
"container_name": "nextcloud-aio-fail2ban",
"display_name": "Fail2ban",
"image": "szaimen/aio-fail2ban",
"image_tag": "beta",
"internal_port": "host",
"restart": "unless-stopped",
"cap_add": [
"NET_ADMIN",
"NET_RAW"
],
"environment": [
"TZ=%TIMEZONE%"
],
"apparmor_unconfined": true,
"volumes": [
{
"source": "nextcloud_aio_backup_nextcloud",
"destination": "/nextcloud",
"writeable": false
}
]
}
]
}

0 comments on commit 7df52c5

Please sign in to comment.