Skip to content

Docker container is in a restart loop on fresh install #2047

@raguife

Description

@raguife

Welcome!

  • Yes, I have searched for similar issues on GitHub and found none.

What did you do?

Hello, I am trying to install the Evolution API on a Hostinger VPS (Ubuntu 22.04 with Docker) but the container is stuck in a restart loop.

Docker ps output:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
c067addeb997 atendai/evolution-api "/bin/bash -c '. ./D…" A minute ago Restarting (1) a few seconds ago evolution_api

Docker run command used:
docker run -d --name=evolution_api -p 8080:8080 --restart=always
-e DATABASE_ENABLED=true
-e DATABASE_CONNECTION_URI='file:///var/lib/evolution/evolution.db?connection_limit=10&socket_timeout=60000'
-e AUTHENTICATION_API_KEY=Raguife@025gaa
atendai/evolution-api

Error Logs (docker logs evolution_api):
[COLE AQUI O RESULTADO DO COMANDO DOCKER LOGS]

What did you expect?

Help

What did you observe instead of what you expected?

Help

Screenshots/Videos

Help

Which version of the API are you using?

Help

What is your environment?

Windows

Other environment specifications

No response

If applicable, paste the log output

No response

Additional Notes

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions