Hi,
I am new to spin but I really like the concept. I was about to purchase the pro but wanted to get the free version running to test around before that. But exatly that is what giving me headaches right now.
I have an ubuntu server setup and trying to provision and deploy from my Win11 + WSL2 machine to this server.
I always end up with an unhealty container:
- echo ‘
Deploying Docker stack with compose files: docker-compose.yml docker-compose.prod.yml on 192.168.10.4…’
Deploying Docker stack with compose files: docker-compose.yml docker-compose.prod.yml on 192.168.10.4…
- docker -H ssh://[email protected]:22 stack deploy --compose-file docker-compose.yml --compose-file docker-compose.prod.yml --detach=false --prune spin-production
Updating service spin-production_php (id: mt51k80o08rplzgryz8tjuu1g)
Updating service spin-production_traefik (id: j8h7jk0gb2msc2cx7jar9y8uz)
overall progress: 0 out of 1 tasks
1/1: task: non-zero exit (137): dockerexec: unhealthy container
can anyone point me in the direction how to debug what causes the unhealty container??
thanks