crazy-max / docker-rtorrent-rutorrent

rTorrent and ruTorrent Docker image
MIT License
483 stars 107 forks source link

Would it be possible to add --restart always to the docker compose script? #179

Closed jahruhn closed 2 years ago

jahruhn commented 2 years ago

Support guidelines

I've found a bug and checked that ...

Description

Would it be possible to add --restart always to the docker compose script? So Rutorrent does restart when I the host is rebooted.

Expected behaviour

The service is running when the host is rebooted

Actual behaviour

it does not start automatically

Steps to reproduce

Please add: " --restart always to the docker compose script after the run command

Docker info

..

Version

RPI 3B with Ubuntu Core 22

Docker compose

..

Container logs

..

Additional info

..

crazy-max commented 2 years ago

Already there: https://github.com/crazy-max/docker-rtorrent-rutorrent/blob/7eec97f0a71826f802ddb697706d6abf62815ce4/examples/compose/docker-compose.yml#L45