I today deployed an instance of MediaWiki using the appcontainers/mediawiki docker image, and I now have a new problem for which I cannot find any clue. After trying to atta
This could also be the case if you have created a systemd service that has:
systemd
[Service] Restart=always ExecStart=/usr/bin/docker container start -a my_container ExecStop=/usr/bin/docker container stop -t 2 my_container