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 fae60a1 commit 6559467
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dockers/stunnel/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
FROM ubuntu
MAINTAINER ahmedsobeh <ahmedszakaria@gmail.com>

EXPOSE 6380

EXPOSE 6379

EXPOSE 6666

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

0 comments on commit 6559467

Please sign in to comment.