Skip to content

Commit

Permalink
Set maildev docker image to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinVW committed Apr 18, 2022
1 parent 5332550 commit 3cb01f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ services:
- SA_PASSWORD=8jkGh47hnDw89Haq8LN2

mailserver:
image: maildev/maildev
image: maildev/maildev:1.1.0
container_name: mailserver
ports:
- "25:1025"
- "4000:1080"
- "25:25"
- "4000:80"

logserver:
image: datalust/seq:latest
Expand Down
6 changes: 3 additions & 3 deletions src/k8s/mailserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
version: v1
spec:
containers:
- image: maildev/maildev
- image: maildev/maildev:1.1.0
imagePullPolicy: IfNotPresent
name: mailserver
ports:
Expand All @@ -42,10 +42,10 @@ spec:
ports:
- name: "smtp"
port: 25
targetPort: 1025
targetPort: 25
- name: "web"
port: 4000
targetPort: 1080
targetPort: 80
nodePort: 30002
selector:
app: mailserver
Expand Down

0 comments on commit 3cb01f5

Please sign in to comment.