docker icon indicating copy to clipboard operation
docker copied to clipboard

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

Open avioli opened this issue 11 months ago • 4 comments

https://github.com/pelias/docker/blob/dd8a29815e70c261f36f7f407d5aae917de33263/cmd/docker.sh#L4-L6

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.

avioli avatar Feb 27 '24 04:02 avioli