I have set up GitLab on docker container (from gitlab/gitlab-ce).
did apt-get install postfix
inside container.
Now when I restart container, postfix is not started (through in /etc/rc2.d/
there is S01postfix link).
Question: how do I start services in container (like postfix) when docker container (re)starts
?