高版本不需要version字段

This commit is contained in:
2024-07-18 11:23:33 +08:00
parent 74e9989f34
commit cb60802d24

View File

@@ -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