mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-09 01:49:37 -06:00
Merge pull request #1989 from JamsMendez/update-docker-compose
Some checks are pending
Some checks are pending
fix(docker): change private image to public image in docker-compose
This commit is contained in:
commit
838cc14531
@ -3,7 +3,7 @@ version: "3.8"
|
||||
services:
|
||||
api:
|
||||
container_name: evolution_api
|
||||
image: evolution/api:metrics
|
||||
image: evoapicloud/evolution-api:latest
|
||||
restart: always
|
||||
depends_on:
|
||||
- redis
|
||||
|
||||
Loading…
Reference in New Issue
Block a user