forked from hardware/mailserver
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated enviroment, compose and docker files with version references
- Loading branch information
1 parent
529aa22
commit e7e7b37
Showing
3 changed files
with
10 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
FROM mailserver2/debian-mail-overlay:latest | ||
FROM mailserver2/debian-mail-overlay:1.0.0 | ||
|
||
LABEL description="Simple and full-featured mail server using Docker" \ | ||
maintainer="Hardware <[email protected]>" | ||
LABEL description="Simple and full-featured mail server using Docker" | ||
|
||
ARG DEBIAN_FRONTEND=noninteractive | ||
ENV PYTHONUNBUFFERED=1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters