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

doltabenvoy image lack environment key in the docker-compose.yaml #42

Closed
SWHL opened this issue Dec 7, 2022 · 3 comments
Closed

doltabenvoy image lack environment key in the docker-compose.yaml #42

SWHL opened this issue Dec 7, 2022 · 3 comments

Comments

@SWHL
Copy link

SWHL commented Dec 7, 2022

  • When I ran the start-doltlab.sh, I met that the doltlab-doltlabenvoy-1 container can't run successfully.
  • I solved the question by adding the environment , for details:
    # docker-compose.yaml
     doltlabenvoy:
         image: envoyproxy/envoy-alpine:v1.18-latest
         environment:   # this 
           - "ENVOY_UID=0"
         command:
           -c /envoy.yaml
         ports:
           - "100:100"
           - "80:80"
           - "4321:4321"
           - "7770:7770"
         networks:
           - default
         volumes:
           - ${PWD}/envoy.yaml:/envoy.yaml
  • Refer envoyproxy/envoy/issues/11506, hope to help someone.
@coffeegoddd
Copy link
Contributor

@SWHL thanks for this issue! Are you running DoltLab on ubuntu or centos?

@SWHL
Copy link
Author

SWHL commented Jan 14, 2023

yes, I run the DoltLab on the CentOS 7.
Thanks for your great work.

@coffeegoddd
Copy link
Contributor

I added this information as a comment in the docker-compose.yaml of DoltLab v0.7.5 with a reference to this issue. Closing for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants