Skip to content

Commit

Permalink
fixing dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: ahmedsobeh <ahmed.sobeh@aiven.io>
  • Loading branch information
ahmedsobeh committed Jul 15, 2024
1 parent 6559467 commit d156827
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions dockers/stunnel/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
FROM ubuntu
MAINTAINER ahmedsobeh <ahmedszakaria@gmail.com>

EXPOSE 6380

EXPOSE 6379

EXPOSE 6666

RUN apt-get update && apt-get install -y stunnel4

Expand Down
2 changes: 1 addition & 1 deletion dockers/stunnel/conf/stunnel.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ accept = 6666
connect = valkey:6379
cert = /etc/stunnel/keys/server-cert.pem
key = /etc/stunnel/keys/server-key.pem
verify = 0
verify = 2

0 comments on commit d156827

Please sign in to comment.