Version 1
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
services:
|
||||||
|
redis:
|
||||||
|
image: redis:7-alpine
|
||||||
|
container_name: Redis
|
||||||
|
restart: unless-stopped
|
||||||
|
command: redis-server --appendonly yes
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- /mnt/user/appdata/redis:/data
|
||||||
|
|
||||||
|
networks:
|
||||||
|
- backend_net
|
||||||
|
|
||||||
|
networks:
|
||||||
|
backend_net:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user