RotherOSS / otobo-docker

OTOBO Docker and Docker Compose files.
GNU General Public License v3.0
32 stars 16 forks source link

Restart the minio service #107

Closed bschmalhofer closed 2 years ago

bschmalhofer commented 2 years ago

Found a small issue with the minio service. It does not survive a reboot of the Docker host. Propably need to add:

restart: always

to docker-compose/otobo-minio.yml.

Originally posted by @bschmalhofer in https://github.com/RotherOSS/otobo-docker/issues/99#issuecomment-1242927838

bschmalhofer commented 2 years ago

MinIO was automatically up again after a reboot. Closing this issue.