Skip to content

Docker Container not starting anymore #97

@daniel156161

Description

@daniel156161

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions