mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 01:41:24 -06:00
add network on redis docker compose
This commit is contained in:
parent
fc786c54f5
commit
c7281cbdea
@ -3,6 +3,8 @@ version: '3.3'
|
|||||||
services:
|
services:
|
||||||
redis:
|
redis:
|
||||||
image: redis:latest
|
image: redis:latest
|
||||||
|
networks:
|
||||||
|
- evolution-net
|
||||||
container_name: redis
|
container_name: redis
|
||||||
command: >
|
command: >
|
||||||
redis-server --port 6379 --appendonly yes
|
redis-server --port 6379 --appendonly yes
|
||||||
|
Loading…
Reference in New Issue
Block a user