fix: Create .env for installation in docker

This commit is contained in:
Davidson Gomes 2023-07-08 10:53:48 -03:00
parent c973730acc
commit 26a99d3696

View File

@ -8,6 +8,7 @@ services:
api:
container_name: evolution_api
image: evolution/api:local
restart: always
ports:
- 8080:8080
volumes: