This commit is contained in:
qiaofeng1227 2023-08-23 09:27:58 +08:00
parent e815a30a6e
commit 42e8c59523
4 changed files with 8 additions and 5 deletions

View file

@ -1,4 +1,8 @@
## 0.8.18 release on 2023-08-23 ## 0.8.20 release on 2023-08-23
1. appmanage config files error:bug fix
## 0.8.19 release on 2023-08-23
1. New App Store preview push function added 1. New App Store preview push function added
2. Fix some known bugs 2. Fix some known bugs

View file

@ -1,2 +1 @@
1. New App Store preview push function added 1. appmanage config files error
2. Fix some known bugs

View file

@ -10,7 +10,7 @@ services:
volumes: volumes:
- appmanage-logs:/usr/src/app/logs - appmanage-logs:/usr/src/app/logs
- appmanage-db:/usr/src/app/db - appmanage-db:/usr/src/app/db
- appmanage-config:/usr/src/app/config # - appmanage-config:/usr/src/app/config
entrypoint: bash -c "/cmd.sh" entrypoint: bash -c "/cmd.sh"
ports: ports:
- ${APP_HTTP_PORT}:5000 - ${APP_HTTP_PORT}:5000

View file

@ -43,5 +43,5 @@
"18.04" "18.04"
] ]
}, },
"VERSION": "0.8.19" "VERSION": "0.8.20"
} }