mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 15:10:22 +00:00
0.8.20
This commit is contained in:
parent
e815a30a6e
commit
42e8c59523
4 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
2. Fix some known bugs
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
1. New App Store preview push function added
|
||||
2. Fix some known bugs
|
||||
1. appmanage config files error
|
||||
|
|
|
@ -10,7 +10,7 @@ services:
|
|||
volumes:
|
||||
- appmanage-logs:/usr/src/app/logs
|
||||
- appmanage-db:/usr/src/app/db
|
||||
- appmanage-config:/usr/src/app/config
|
||||
# - appmanage-config:/usr/src/app/config
|
||||
entrypoint: bash -c "/cmd.sh"
|
||||
ports:
|
||||
- ${APP_HTTP_PORT}:5000
|
||||
|
|
|
@ -43,5 +43,5 @@
|
|||
"18.04"
|
||||
]
|
||||
},
|
||||
"VERSION": "0.8.19"
|
||||
"VERSION": "0.8.20"
|
||||
}
|
Loading…
Reference in a new issue