|
@@ -10,7 +10,7 @@ services:
|
|
|
build:
|
|
|
context: ./ # 指定设定上下文根目录,然后以该目录为准寻找Dockerfile
|
|
|
dockerfile: DockerfileProd #DockerFile 真正所在位置
|
|
|
- image: file-preview:1.0.0
|
|
|
+ image: file-view:1.0.0
|
|
|
volumes:
|
|
|
# 挂载日志 -v A:B ,A指宿主机位置,B指容器位置
|
|
|
- /usr/local/youxianxin/service/log/file-preview:/logback
|