containers / containers/podman-compose
The app container depends on the db container. Why does the db container restart when running podman-compose up -d app?
Open
bug
- Dominant language
- Python
- Stars
- 6.2k
- Forks
- 622
- PR merge metrics
- No merged PRs in 30d
Description
**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.
Contributor guide
Assessment
This issue has not been assessed yet.