mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-02-07 07:46:26 -06:00
Merge pull request #457 from gabrielporfiro/main
fix: incorrect images in project
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
|||||||
|
|
||||||
api:
|
api:
|
||||||
container_name: evolution_api
|
container_name: evolution_api
|
||||||
image: davidsongomes/evolution-api
|
image: atendai/evolution-api
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ services:
|
|||||||
|
|
||||||
api:
|
api:
|
||||||
container_name: evolution_api
|
container_name: evolution_api
|
||||||
image: davidsongomes/evolution-api
|
image: atendai/evolution-api
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
- mongodb
|
- mongodb
|
||||||
|
|||||||
Reference in New Issue
Block a user