Skip to content

A network with name pelias_default exists but was not created by compose #342

Open
@avioli

Description

docker/cmd/docker.sh

Lines 4 to 6 in dd8a298

function net_init(){
docker network create ${COMPOSE_PROJECT_NAME}_default &>/dev/null || true
}

Getting following output when running pelias download wof (after successful pelias compose pull)

WARN[0000] a network with name pelias_default exists but was not created by compose.
Set `external: true` to use an existing network 
network pelias_default was found but has incorrect label com.docker.compose.network set to ""

Had to remove the net_init call within compose_run to be able to get it going.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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