Upgrade to Docker Compose V2 #63
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "upgrade-docker-compose-v2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As described on Docker's official documentation, docker-compose (v1) is deprecated and replaced by Compose V2.
Thank you for this! I will check it out later and merge if everything works correctly 👍
Overall it looks good 👍 I'll definitely run this later today
There is also a tiny typo fixed :
check_dependencides
->check_dependencies
It works perfectly! You only missed one bit, but I can add it. I'll merge your PR into another branch, make the change and then merge it to Master 👍
Thank you very much for your contribution to YAMS!
mentioned in commit
0c105eaaf8
It looks like I messed up 😅 Your PR is perfect, I merged the branch I did from your PR directly to
main
(https://gitlab.com/rogs/yams/-/merge_requests/15). Thank you for your contribution!