Skip to content

Commit

Permalink
Release 7.7.7 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Aug 15, 2022
1 parent b45534e commit f79c5a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 7.7.7 2022-08-15 <dave at tiredofit dot ca>

### Changed
- Change Fail2ban gid to 65500 as LXC containers can't start on higher than 65535


## 7.7.6 2022-08-12 <dave at tiredofit dot ca>

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ RUN debArch=$(dpkg --print-architecture) && \
if [ "$debArch" = "amd64" ] ; then make -j"$(nproc)" ; make install ; mv /usr/etc/fluent-bit /etc/fluent-bit ; strip /usr/bin/fluent-bit ; if [ "$debArch" = "amd64" ] && [ "$no_upx" != "true" ]; then upx /usr/bin/fluent-bit ; fi ; fi ; \
\
### Fail2ban Configuration
# groupadd -g 65550 fail2ban && \
groupadd -g 65500 fail2ban && \
# usermod -a -G fail2ban zabbix && \
rm -rf /var/run/fail2ban && \
mkdir -p /var/run/fail2ban && \
Expand Down

0 comments on commit f79c5a0

Please sign in to comment.