a small nitpick but I've been wondering why this h...
# support-questions-legacy
z
a small nitpick but I've been wondering why this happens I use the image
supertokens/supertokens-postgresql:3.6
with docker-compose that
depends_on
a
db
service defined in the
docker-compose.yml
now I normally run my containers in detached mode (
docker-compose up -d
) so that whenever I turn off my pc, they just run again automatically in the background when I turn the pc back on however, the supertokens container doesn't auto-start for some reason and I'm not quite sure how to debug this, I can reproduce it by just doing: 1.
docker-compose up -d
on the project that uses supertokens 2. check running containers
docker ps
3. restart docker desktop 4. check running containers again
docker ps
5. everything else started again except for the supertokens image any idea why that'd happen?