Skip to content
Snippets Groups Projects
Commit 397c166a authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Enable and start docker images from test

parent af408ced
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,6 @@ cp /data/indiehosters/tests/unsecure-certs/indiehosters.dev.pem /data/runtime/ha
systemctl enable rsyslog
systemctl start rsyslog
systemctl enable postfix
systemctl start postfix
systemctl enable confd
systemctl start confd
systemctl enable haproxy.path
......
......@@ -24,5 +24,8 @@ openssl dhparam -out /data/domains/mail/TLS/dh2048.pem 2048
cp /data/domains/mail/TLS/ssl_certificate.pem /data/domains/mail/TLS/mail.pem
systemctl enable dovecot
systemctl enable postfix
systemctl start dovecot
systemctl start postfix
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment