diff --git a/community-containers/fail2ban/beta.json b/community-containers/fail2ban/fail2ban.json similarity index 94% rename from community-containers/fail2ban/beta.json rename to community-containers/fail2ban/fail2ban.json index 9ddcfd31d595..045d8752744e 100644 --- a/community-containers/fail2ban/beta.json +++ b/community-containers/fail2ban/fail2ban.json @@ -4,7 +4,7 @@ "container_name": "nextcloud-aio-fail2ban", "display_name": "Fail2ban", "image": "szaimen/aio-fail2ban", - "image_tag": "beta", + "image_tag": "%AIO_CHANNEL%", "internal_port": "host", "restart": "unless-stopped", "cap_add": [ diff --git a/community-containers/fail2ban/latest.json b/community-containers/fail2ban/latest.json deleted file mode 100644 index 39e63d3e6b4d..000000000000 --- a/community-containers/fail2ban/latest.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "aio_services_v1": [ - { - "container_name": "nextcloud-aio-fail2ban", - "display_name": "Fail2ban", - "image": "szaimen/aio-fail2ban", - "image_tag": "latest", - "internal_port": "host", - "restart": "unless-stopped", - "cap_add": [ - "NET_ADMIN", - "NET_RAW" - ], - "environment": [ - "TZ=%TIMEZONE%" - ], - "volumes": [ - { - "source": "nextcloud_aio_backup_nextcloud", - "destination": "/nextcloud", - "writeable": false - } - ] - } - ] -}