deemix-docker/CHANGELOG.md

12 lines
672 B
Markdown
Raw Normal View History

2020-06-11 18:45:28 +00:00
# Changelog
2020-07-24 17:32:41 +00:00
## 2020-07-24
- Updated code to pull from codeberg instead of notabug
2020-06-12 21:57:48 +00:00
## 2020-06-12
- Added UMASK_SET environment variable (I misunderstood how it worked.. now it should work)
2020-06-11 18:45:28 +00:00
## 2020-06-11
- First entry in the changelog. This is for the container only, not for deemix or any of it's components.
- Switched port to 6595 from 9666 (due to pyweb update). THIS SHOULD BE FIX NOW. I have hard-coded the port into the run parameter, so even if deemix itself will switch the port, you should always just have to map to 6595
- Switched the base from a pre-build alpine-python3 build (that was pretty old) to the current alpine base with my own python installation.