updated Dockerfile

This commit is contained in:
Marvin Zhang
2019-06-09 19:38:35 +08:00
parent 6bebe0dd5d
commit d2baa3482f
2 changed files with 3 additions and 16 deletions

View File

@@ -1,11 +1,11 @@
version: '3.3' # 表示该 Docker-Compose 文件使用的是 Version 2 file
services:
web: # 指定服务名称
app: # 指定服务名称
build: . # 指定 Dockerfile 所在路径
ports: # 指定端口映射
- "5001:5000"
task:
image: crawlab:v3
image: crawlab:latest
db:
image: mongo
restart: always