高版本不需要version字段
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
version: '3.9'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
photo_review_1:
|
photo_review_1:
|
||||||
container_name: photo_review_1
|
container_name: photo_review_1
|
||||||
@@ -7,7 +5,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
args:
|
args:
|
||||||
VERSION: "0.0.1"
|
VERSION: "0.0.2"
|
||||||
volumes:
|
volumes:
|
||||||
- ./log:/app/log
|
- ./log:/app/log
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Reference in New Issue
Block a user