Skip to content

web container wont come up after "docker compose down" #7

@mamirpanah

Description

@mamirpanah

It seems after 1-"docker compose down" and 2-"docker compose up -d" the web container wont come up again and keeps restarting because when removing docker containers with compose, the default network is removed also and I think there is something wrong with web container ip or uid that is stored in the code and make web container restarting.
Solution: I have added external network to the docker-compose.yml and after "docker compose down" the network persists and web container can come up again after "docker compose up -d".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions