[fix]更新YAML模板;更新README模板

This commit is contained in:
2020-09-14 10:54:01 +08:00
parent 6897f75cfe
commit 67045fbd74
3 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ version: '3.8'
services:
app1-name:
image: 'colovu/app1-name:latest'
image: 'colovu/app1-name'
restart: always
ports:
- '8000:8000'
@@ -12,7 +12,7 @@ services:
- ALLOW_ANONYMOUS_LOGIN=yes
app2-name:
image: 'colovu/app2-name:latest'
image: 'colovu/app2-name'
ports:
- '8080'
environment: