Display MoreYou should not need to use docker start at all if you used docker-compose to create the stack. Always use docker-compose up in the directory containing the docker-compose.yml file.
If you are using the docker-compose.yml KM0201 posted, there is restart: unless-stopped, so the docker daemon will restart portainer every time it starts up.
Reboot yor system and check if docker and portainer are up. If not post the output of
docker ps -a
This has to be fixed.
Rebooted, so the containers are working but portainer is not (i.e cant access the interface/omv says it exited).
Code
root@OMV:~# docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
9a85594e571a dlandon/logitechmediaserver "/sbin/my_init" 47 hours ago Up 3 minutes lms
f5770fc6cd24 plexinc/pms-docker "/init" 47 hours ago Up 3 minutes (healthy) plex
13e74f570260 lscr.io/linuxserver/resilio-sync "/init" 47 hours ago Up 3 minutes 0.0.0.0:8888->8888/tcp, :::8888->8888/tcp, 0.0.0.0:55555->55555/tcp, :::55555->55555/tcp resilio-sync
5897aa008dae uroni/urbackup-server:latest "/usr/bin/entrypoint…" 47 hours ago Up 3 minutes urbackup
75ba5e06fcd2 a1c22f3d250f "/portainer" 2 months ago Exited (128) 29 hours ago 0.0.0.0:8000->8000/tcp, :::8000->8000/tcp, 9443/tcp, 0.0.0.0:9200->9000/tcp, :::9200->9000/tcp portainer
root@OMV:~#