ckulka/baikal-docker

After upgrade from 0.9.2, cannto start container

MichiFr opened this issue · 2 comments

Hi!

Just upgraded from previous version 0.9.2 on my Synology NAS, using Portainer for upgrading, to the new version 0.9.3. However, the new container does not start and exits with error:

sh: 0: cannot open /opt/start.sh: No such file

I've used Portainer's recreate feature with option pull latest image option, as for any container before.

Think I've resolved my self after looking into the sources.

The start command changed from 0.9.2. to 0.9.3.

I had to adjust the previous one to command apache2-foreground and all is OK for now!

Yes, the custom commands wasn't required anymore. Out of curiosity, is there a way to not specify a command and just use the image's default command?