-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set log level to error, add in error document to show resolution to n…
…etwork found with incorrect label error
- Loading branch information
Showing
3 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1250,4 +1250,3 @@ services: | |
image: "zookeeper:${ZOOKEEPER_VERSION:-3.9.2}" | ||
ports: | ||
- "2181:2181" | ||
version: "3.9" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Errors | ||
|
||
## network insta-infra_default was found but has incorrect label com.docker.compose.network set to "" | ||
|
||
This is due to insta-infra previously using `docker-compose` command which is part of V1 which is now deprecated and now | ||
V2 uses `docker compose`. To resolve, run: | ||
```shell | ||
docker network rm insta-infra_default | ||
``` | ||
Then try run insta-infra again. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters