Skip to content

Commit

Permalink
Update client docker examples to use latest released GreenMail docker
Browse files Browse the repository at this point in the history
images (see #379)
  • Loading branch information
marcelmay committed Mar 29, 2021
1 parent 02535b7 commit a5d7301
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion greenmail-docker/clients/rainloop/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
greenmail:
image: greenmail/standalone:1.6.0-SNAPSHOT
image: greenmail/standalone:1.6.3
environment:
# Enable GreenMail verbose mode
- GREENMAIL_OPTS=-Dgreenmail.setup.test.all -Dgreenmail.hostname=0.0.0.0 -Dgreenmail.auth.disabled -Dgreenmail.verbose
Expand Down
2 changes: 1 addition & 1 deletion greenmail-docker/clients/roundcube/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
greenmail:
image: greenmail/standalone:1.6.0-SNAPSHOT
image: greenmail/standalone:1.6.3
environment:
# Enable GreenMail verbose mode
- GREENMAIL_OPTS=-Dgreenmail.setup.test.all -Dgreenmail.hostname=0.0.0.0 -Dgreenmail.auth.disabled -Dgreenmail.verbose
Expand Down
2 changes: 1 addition & 1 deletion greenmail-docker/clients/squirrelmail/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
greenmail:
image: greenmail/standalone:1.6.0-SNAPSHOT
image: greenmail/standalone:1.6.3
environment:
# Enable GreenMail verbose mode
- GREENMAIL_OPTS=-Dgreenmail.setup.test.all -Dgreenmail.hostname=0.0.0.0 -Dgreenmail.auth.disabled -Dgreenmail.verbose
Expand Down

0 comments on commit a5d7301

Please sign in to comment.