mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-16 04:02:54 -06:00
Update docker-compose.dev.yaml
Revert Removed restart policy from api service
This commit is contained in:
parent
78e9e13641
commit
e240151d9d
@ -3,6 +3,7 @@ services:
|
|||||||
container_name: evolution_api
|
container_name: evolution_api
|
||||||
image: evolution/api:local
|
image: evolution/api:local
|
||||||
build: .
|
build: .
|
||||||
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user