teable icon indicating copy to clipboard operation
teable copied to clipboard

volumes下路径无效

Open lcese opened this issue 7 months ago • 0 comments

teable-cache: image: docker.io/library/redis:latest # 使用Docker Hub上的redis官方镜像 restart: always expose: - '6379' volumes: # 定义挂载卷 - teable-cache:/data:rw # 将宿主机的路径挂载到容器内的/data目录

其中 teable-cache的路径映射到本地主机无法启动

volumes: teable-db: {} teable-data: {} teable-cache: {vol2/1000/Docker/teable/redisdata}

lcese avatar Jul 24 '25 12:07 lcese