mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Fix trailing slash in path
This commit is contained in:
parent
13963747b8
commit
f47f85598d
|
@ -2,7 +2,7 @@ load 'test_helper/common'
|
|||
|
||||
function setup() {
|
||||
docker run -d --name mail_with_default_relay \
|
||||
-v "$(duplicate_config_for_container relay-hosts/)":/tmp/docker-mailserver \
|
||||
-v "$(duplicate_config_for_container relay-hosts)":/tmp/docker-mailserver \
|
||||
-v "`pwd`/test/test-files":/tmp/docker-mailserver-test:ro \
|
||||
-e DEFAULT_RELAY_HOST=default.relay.host.invalid:25 \
|
||||
--cap-add=SYS_PTRACE \
|
||||
|
|
Loading…
Reference in a new issue