Skip to content

The app container depends on the db container. Why does the db container restart when running podman-compose up -d app? #1328

@Pumaly

Description

@Pumaly

Describe the bug
The app container depends on the db container. Why does the db container restart when running podman-compose up -d app?

services:
db:
image: postgres:14
container_name: db
...
app:
...
depends_on:
- db

podman-compose up -d app

Environment:

  • OS: Linux / WSL / Mac
  • podman-compose version 1.5.0
  • podman version 5.4.0

Additional context

Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions