mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-12 23:02:25 -06:00
ajuste docker
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
services:
|
||||
api:
|
||||
container_name: evolution_api
|
||||
image: evolution/api:local
|
||||
build: .
|
||||
build:
|
||||
target: dev
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:8080
|
||||
volumes:
|
||||
- evolution_instances:/evolution/instances
|
||||
- ./:/evolution
|
||||
networks:
|
||||
- evolution-net
|
||||
env_file:
|
||||
|
||||
Reference in New Issue
Block a user