Skip to content

Commit

Permalink
- [docker](Makefile) Use alpine:3.19 (postfix:3.8.6 dovecot:2.3.21).
Browse files Browse the repository at this point in the history
- [demo](demo/docker-compose.yml) Remove obsolete element `version` in docker-compose.yml.
  • Loading branch information
mlan committed Apr 30, 2024
1 parent 2d64f63 commit e81de7d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.0.4

- [docker](Makefile) Use alpine:3.19 (postfix:3.8.6 dovecot:2.3.21).
- [demo](demo/docker-compose.yml) Remove obsolete element `version` in docker-compose.yml.

# 1.0.3

- [docker](Makefile) Use alpine:3.19 (postfix:3.8.3 dovecot:2.3.21).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ One convenient way to test the image is to clone the [github](https://github.com
An example of how to configure an web mail server using docker compose is given below. It defines 5 services, `app`, `mta`, `filt`, `db` and `auth`, which are the web mail server, the mail transfer agent, the SQL database and LDAP authentication respectively.

```yaml
version: '3'
name: demo

services:
app:
Expand Down
2 changes: 1 addition & 1 deletion demo/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
name: demo

services:
app:
Expand Down

0 comments on commit e81de7d

Please sign in to comment.