-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docker Compose v2 compatibility (#9759)
* Document Docker Compose v2 compatibility * Move the warning about Docker Compose v2 to troubleshooting, write something on troubleshooting the network * Rephrase warning text slightly * Update .env Co-authored-by: Manuel Kaufmann <[email protected]> * Add some semantic linebreaks * Remove the /etc/hosts troubleshooting step, it's not actual troubleshooting * Remove troubleshooting of network failures Co-authored-by: Manuel Kaufmann <[email protected]>
- Loading branch information
1 parent
4ffac70
commit e304011
Showing
2 changed files
with
18 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 |
---|---|---|
@@ -1 +1,5 @@ | ||
COMPOSE_PROJECT_NAME=community | ||
# Current setup assumes Docker Compose v1. | ||
# In v2, underscores are replaced by dashes in image and network names, | ||
# which breaks the assumption. | ||
COMPOSE_COMPATIBILITY=true |
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