mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-02-02 07:28:13 -05:00
Update docker-compose.yaml
This commit is contained in:
parent
73468494c7
commit
e22dfaf445
@ -12,9 +12,11 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
restart: always
|
||||||
redis:
|
redis:
|
||||||
build:
|
build:
|
||||||
context: .docker/services/redis
|
context: .docker/services/redis
|
||||||
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./.docker/.data/redis:/data/ # 挂载redis持久化数据
|
- ./.docker/.data/redis:/data/ # 挂载redis持久化数据
|
||||||
- redis-socket:/run/redis-socket # 挂载socket
|
- redis-socket:/run/redis-socket # 挂载socket
|
||||||
|
Loading…
Reference in New Issue
Block a user