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