You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Last but not least the docker-compose up command should now be docker compose up. I am happy to submit a PR if you are open for that. As said JUST very small changes to reflect the latest updates in the Docker ecosystem.
Thanks for the great work!
Cheers
The text was updated successfully, but these errors were encountered:
tippexs
changed the title
No version needed in docker-compose.yml
No version needed in docker-compose.yml and updates to reflect latest changes in the docker ecosystem
Nov 7, 2023
Thanks for the awesome description and work on the Dockerfiles / Docker compose files! Really appreciated it!
As Docker Captain I am always looking at the Docker parts of a project and will try to improve them. Just one very very little thing.
The
version
in your docker-compose.yml is now optional can be omitted. Furthermore thedocker-compose.yml
should now becompose.yml
.https://docs.docker.com/compose/compose-file/03-compose-file/
Last but not least the
docker-compose up
command should now bedocker compose up
. I am happy to submit a PR if you are open for that. As said JUST very small changes to reflect the latest updates in the Docker ecosystem.Thanks for the great work!
Cheers
The text was updated successfully, but these errors were encountered: