Update unstable tag to upstream 2.3.10
This commit is contained in:
parent
e303e83e7b
commit
488a3d202c
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG UPSTREAM=2.3.6
|
||||
ARG UPSTREAM=2.3.10
|
||||
FROM analogic/poste.io:$UPSTREAM
|
||||
RUN apt-get update && apt-get install less # 'less' is Useful for debugging
|
||||
|
||||
|
|
|
@ -167,7 +167,7 @@ haraka_sub_web=$sockdir/haraka/web-11381.sock
|
|||
|
||||
~ edit /etc/redis/redis.conf; {{
|
||||
- sub "^port 6379" "port 0" # disable the localhost port
|
||||
- append "" "unixsocket $redis" "unixsocketperm 777"
|
||||
- append "" "unixsocket $redis" "unixsocketperm 777" # can be removed as of 2.3.7
|
||||
}}
|
||||
|
||||
~ edit /etc/rspamd/local.d/{redis,statistic}.conf; {{
|
||||
|
@ -179,7 +179,7 @@ haraka_sub_web=$sockdir/haraka/web-11381.sock
|
|||
- sub '-h "127.0.0.1"' "-s '$redis'";
|
||||
}}
|
||||
|
||||
~ edit /bin/clear-idle-connections; {{
|
||||
~ edit /bin/clear[-]idle-connections; {{ # can be removed as of 2.3.7
|
||||
- sub "redis-cli'" "redis-cli', '-s', '$redis'"
|
||||
}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue