删除环境变量,操作繁琐

This commit is contained in:
2024-08-29 10:36:38 +08:00
parent df324c2be8
commit 4581da996d

View File

@@ -1,8 +1,6 @@
x-env:
&template
# 可以在项目中创建.env文件在其中定义TAG的值使用以下命令在启动时替代默认的TAG
# docker-compose --env-file .env up -d
image: fcb_photo_review:${TAG:-1.13.9}
image: fcb_photo_review:1.13.9
restart: always
services: