Skip to content

Commit 878da12

Browse files
committed
fix(docker): change private image to public image in docker-compose
1 parent 4726c47 commit 878da12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.8"
33
services:
44
api:
55
container_name: evolution_api
6-
image: evolution/api:metrics
6+
image: evoapicloud/evolution-api:latest
77
restart: always
88
depends_on:
99
- redis

0 commit comments

Comments
 (0)