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.