dosubot[bot] commented on issue #32364:
URL: https://github.com/apache/superset/issues/32364#issuecomment-2680647293

   <!-- Answer -->
   To use Apache Superset version 5.0.0rc1 with Docker Compose, you need to 
specify the version tag directly in your Docker Compose configuration. You can 
do this by setting the `TAG` environment variable to `5.0.0rc1` before running 
Docker Compose, or by modifying the configuration file to use the specific 
version tag.
   
   Here's how you can do it:
   
   1. Set the `TAG` environment variable in your shell before running Docker 
Compose:
   
   ```bash
   export TAG=5.0.0rc1
   docker-compose up
   ```
   
   2. Alternatively, modify your `docker-compose.yml` file to directly specify 
the version:
   
   ```yaml
   services:
     superset:
       image: apache/superset:5.0.0rc1
       ...
   ```
   
   This will ensure that Docker Compose pulls the specified version 5.0.0rc1 of 
Apache Superset 
<sup>[[1]](https://github.com/apache/superset/blob/master/docker-compose-image-tag.yml)</sup>.
   
   
   <!-- Dosu Comment Footer -->
   *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
   
   ---
   <sup>Help Dosu learn! Give it feedback: [Great 
Response](https://app.dosu.dev/response-feedback/35c662c1-1503-4303-916e-accd108dbafa?feedback_type=great_response)
 | [Irrelevant 
Answer](https://app.dosu.dev/response-feedback/35c662c1-1503-4303-916e-accd108dbafa?feedback_type=irrelevant_answer)
 | [Incorrect 
Sources](https://app.dosu.dev/response-feedback/35c662c1-1503-4303-916e-accd108dbafa?feedback_type=incorrect_sources)
 | [Too 
Verbose](https://app.dosu.dev/response-feedback/35c662c1-1503-4303-916e-accd108dbafa?feedback_type=too_verbose)
 | 
[Hallucination](https://app.dosu.dev/response-feedback/35c662c1-1503-4303-916e-accd108dbafa?feedback_type=hallucination)
 | [Bug 
Report](https://app.dosu.dev/response-feedback/35c662c1-1503-4303-916e-accd108dbafa?feedback_type=bug_report)
 | 
[Other](https://app.dosu.dev/response-feedback/35c662c1-1503-4303-916e-accd108dbafa?feedback_type=other)</sup>
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to