Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
f2756666
Unverified
Commit
f2756666
authored
Jul 11, 2022
by
neil
Committed by
GitHub
Jul 11, 2022
Browse files
Merge pull request #4174 from Ry3nlNaToR/patch-1
Also restart Postfix container for Mailcow
parents
093cfcdf
41801a60
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/mailcow.sh
View file @
f2756666
...
...
@@ -67,7 +67,7 @@ mailcow_deploy() {
return
1
fi
DEFAULT_MAILCOW_RELOAD
=
"docker restart
\$
(docker ps --quiet --filter name=nginx-mailcow --filter name=dovecot-mailcow)"
DEFAULT_MAILCOW_RELOAD
=
"docker restart
\$
(docker ps --quiet --filter name=nginx-mailcow --filter name=dovecot-mailcow
--filter name=postfix-mailcow
)"
_reload
=
"
${
DEPLOY_MAILCOW_RELOAD
:-
$DEFAULT_MAILCOW_RELOAD
}
"
_info
"Run reload:
$_reload
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment