Skip to content

Instantly share code, notes, and snippets.

@Domm98CZ
Last active March 6, 2023 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Domm98CZ/1930995bc492d038ac94c607d263dad3 to your computer and use it in GitHub Desktop.
Save Domm98CZ/1930995bc492d038ac94c607d263dad3 to your computer and use it in GitHub Desktop.
Snippet for backwards compatibility of docker-compose script "docker compose" => "docker-compose"
echo "docker compose --compatibility \"\$@\"" > /bin/docker-compose
chmod +x /bin/docker-compose
docker-compose version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment