Xibo container doesn't start after reboot

Hello everyone,
I’ve done a migration from xibo 1.8.2 to 2.0.1 (with ubuntu 18.04), and everything is working except
when I reboot my server. No warning or error message (docker ps -a), but the xibo container doesn’t start.
I must type docker-compose start and then it’s ok.
I’ve try to add “repeat: always” in the three services in docker-compose.yml + reboot but no change.
Do you have any idea to fix this ?
Thanks,
stevy

sorry it wasn’t repat: always but restart: alaways :grinning:

Hi,
my mistake, after changing the docker-compose.yml i forgot to launch docker-compose up -d
to validates the changes. The post can be close.