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

Error while running ./docker.sh up app. #1456

Closed
Suraj1089 opened this issue Aug 20, 2023 · 1 comment
Closed

Error while running ./docker.sh up app. #1456

Suraj1089 opened this issue Aug 20, 2023 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@Suraj1089
Copy link

Description

Issue Description:

I'm facing an issue while trying to set up the nicegui library using Docker with the new version of Docker Compose. The provided docker.sh script uses docker-compose, which has been replaced by docker compose in the new version.

Steps to Reproduce:

  1. Clone the repository.
  2. Run ./docker.sh up app.

Expected Behavior:

The development container should start successfully.

Actual Behavior:

The script fails because it uses docker-compose instead of docker compose.

Additional Information:

  • Docker version: Docker version 24.0.5, build ced0996
  • Docker Compose version: Docker Compose version v2.20.2
  • Operating System: Fedora Linux 38 (Workstation Edition)

Error Message:

$ ./docker.sh up app
./docker.sh: line 39: docker-compose: command not found

I believe updating the docker.sh script to use the new docker compose command would resolve this issue.


@rodja rodja closed this as completed in cc8c5d0 Aug 20, 2023
@rodja
Copy link
Member

rodja commented Aug 20, 2023

Thanks for reportin @Suraj1089. That update was long overdue!

@rodja rodja added this to the 1.3.12 milestone Aug 20, 2023
@rodja rodja added the enhancement New feature or request label Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants