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

Docker Container not starting anymore #97

Open
daniel156161 opened this issue Feb 25, 2025 · 2 comments
Open

Docker Container not starting anymore #97

daniel156161 opened this issue Feb 25, 2025 · 2 comments

Comments

@daniel156161
Copy link

Error Logs

Bootstrapping Gel instance on the local volume...
/usr/local/bin/docker-entrypoint-funcs.sh: line 1221: -server-5: command not found
/usr/local/bin/docker-entrypoint-funcs.sh: line 1221: -server-5: command not found
/usr/local/bin/docker-entrypoint-funcs.sh: line 1221: -server-5: command not found
env: invalid option -- 's'
Try 'env --help' for more information.
ERROR: Could not complete instance bootstrap

Docker Compose

services:
  edgedb:
    image: edgedb/edgedb:5
    container_name: EdgeDB
    volumes:
      - "./data:/var/lib/edgedb/data"
    environment:
      EDGEDB_DOCKER_BOOTSTRAP_TIMEOUT_SEC: 500
      EDGEDB_SERVER_INSTANCE_NAME: EdgeDB
      EDGEDB_SERVER_ADMIN_UI: enabled
      GEL_SERVER_USER: <REDACTED>
      GEL_SERVER_PASSWORD: <REDACTED>
      GEL_SERVER_TLS_CERT_FILE: /traefik/fullchain.pem
      GEL_SERVER_TLS_KEY_FILE: /traefik/privkey.pem
    ports:
      - "5657:5656"
@fmoor
Copy link
Member

fmoor commented Feb 25, 2025

It looks like we broke something when we introduced the new name. Try using edgedb/edgedb:5.7. It seems that the newly released 5.8 image is broken. We'll build and publish a new 5.8 image shortly.

@daniel156161
Copy link
Author

Already had switched to 5.7 works still fine just the New 5.8 is broken

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