mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 01:55:29 +02:00
kubernetes fix (#484)
* Allow OVERRIDE_HOSTNAME * Document the new environment variable
This commit is contained in:
parent
480113901e
commit
16c90fc52a
4 changed files with 31 additions and 14 deletions
|
@ -9,6 +9,11 @@ load 'test_helper/bats-assert/load'
|
|||
assert_failure
|
||||
}
|
||||
|
||||
@test "checking configuration: hostname/domainname override" {
|
||||
run docker exec mail_smtponly /bin/bash -c "cat /etc/mailname | grep my-domain.com"
|
||||
assert_success
|
||||
}
|
||||
|
||||
#
|
||||
# processes
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue