Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Docker command from docker-compose up to docker compose up #82

Merged
merged 1 commit into from
Jan 18, 2025

Conversation

thelovesmith
Copy link
Contributor

I noticed that the command docker-compose up did not work as intended when deploying my modus API locally after I updated to Docker v4.37.2.

I changed docker-compose up to docker-compose up and tested it locally using Docker v4.37.2. The updated command worked as expected, starting the PostgreSQL instance without issues.

This change is specific to newer Docker versions where the docker-compose may be deprecated.

Optionally, we could add the newer command as a second option for those using a new version of docker

I noticed that the command `docker-compose up` did not work as intended when deploying my modus API locally after I updated to Docker v4.37.2. 

I changed `docker-compose up` to `docker-compose up` and tested it locally using Docker v4.37.2. The updated command worked as expected, starting the PostgreSQL instance without issues.


This change is specific to newer Docker versions where the `docker-compose` may be  deprecated.


Optionally, we could add the newer command as a second option for those using a new version of docker
@thelovesmith thelovesmith requested a review from a team as a code owner January 18, 2025 03:42
@ryanfoxtyler ryanfoxtyler merged commit 6d1f91d into hypermodeinc:main Jan 18, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants