We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2b141 commit 6dc5301Copy full SHA for 6dc5301
docker-compose.yaml
@@ -20,6 +20,16 @@ services:
20
expose:
21
- "8080"
22
23
+ frontend:
24
+ image: evoapicloud/evolution-manager:latest
25
+ restart: always
26
+ ports:
27
+ - "3001:80"
28
+ volumes:
29
+ - ./nginx.evolution.conf:/etc/nginx/conf.d/nginx.conf:ro
30
+ networks:
31
+ - evolution-net
32
+
33
redis:
34
container_name: evolution_redis
35
image: redis:latest
0 commit comments