Update docker-compose.dev.yaml

Revert Removed restart policy from api service
This commit is contained in:
Michael lima 2025-06-28 23:31:38 -04:00 committed by GitHub
parent 78e9e13641
commit e240151d9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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