mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-13 07:04:50 -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:
|
||||
redis:
|
||||
image: redis:latest
|
||||
networks:
|
||||
- evolution-net
|
||||
container_name: redis
|
||||
command: >
|
||||
redis-server --port 6379 --appendonly yes
|
||||
|
Loading…
Reference in New Issue
Block a user