Skip to content

Commit

Permalink
Bumped to version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MattMckenzy committed Feb 16, 2024
1 parent a6a898d commit d1ac81c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to "Mail2Gotify" will be documented in this file.

## 1.1.2
## 1.1.3

- Added configuration options to support new certificate types.

Expand Down
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,19 @@ volumes:
services:
mail2gotify:
container_name: mail2gotify
entrypoint:
- dotnet
- Mail2Gotify.dll
environment:
- Services:Mail2Gotify:HostAddress=localhost
- Services:Mail2Gotify:CacheDirectory=/app/cache
- Services:Mail2Gotify:CertLocation=/app/certs/privkey.pfx
- Services:Mail2Gotify:CacheDirectory=/cache
- Services:Mail2Gotify:CertLocation=/certs/exampledomain.crt
- Services:Mail2Gotify:KeyLocation=/certs/exampledomain.key
- Services:Gotify:ServiceUri=https://gotify.exampledomain.ca
- TZ=America/Toronto
image: mattmckenzy/mail2gotify:latest
volumes:
- cache:/app/cache
- cache:/cache
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
- /mnt/docker/storage/volumes/swag_data/_data/etc/letsencrypt/live/exampledomain.ca:/app/certs
- /mnt/docker/storage/volumes/nginx_data/_data/keys:/certs
restart: always
ports:
- "587:587"
Expand All @@ -76,6 +74,6 @@ services:
## Release Notes
### 1.1.2
### 1.1.3
- Added configuration options to support new certificate types.

0 comments on commit d1ac81c

Please sign in to comment.