fix: 修复design merge 模式 ,旋转sketch位置计算错误
This commit is contained in:
@@ -10,16 +10,4 @@ services:
|
|||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- ./seg_cache:/seg_cache
|
- ./seg_cache:/seg_cache
|
||||||
ports:
|
ports:
|
||||||
- "10200:80"
|
- "${SERVE_PORT}:80"
|
||||||
depends_on:
|
|
||||||
- redis
|
|
||||||
redis:
|
|
||||||
image: redis
|
|
||||||
container_name: aida_redis
|
|
||||||
restart: always
|
|
||||||
ports:
|
|
||||||
- "6400:6379"
|
|
||||||
volumes:
|
|
||||||
- ./redis/data:/data
|
|
||||||
- ./redis/conf/redis.conf:/etc/redis/redis.conf
|
|
||||||
command: redis-server /etc/redis/redis.conf --appendonly yes
|
|
||||||
Reference in New Issue
Block a user