Skip to content

Commit 8357deb

Browse files
Rename api service to evolution-api
Renamed service 'api' to 'evolution-api' in docker-compose.
1 parent df20c5f commit 8357deb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker-compose.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.8"
22

33
services:
4-
api:
4+
evolution-api: # <- antes era "api"
55
container_name: evolution_api
66
image: evoapicloud/evolution-api:latest
77
restart: always
@@ -20,6 +20,7 @@ services:
2020
expose:
2121
- "8080"
2222

23+
2324
frontend:
2425
container_name: evolution_frontend
2526
image: evoapicloud/evolution-manager:latest
@@ -81,4 +82,4 @@ networks:
8182
name: evolution-net
8283
driver: bridge
8384
dokploy-network:
84-
external: true
85+
external: true

0 commit comments

Comments
 (0)