mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-13 14:43:03 +00:00
Fix Android apk directory mount path
This commit is contained in:
parent
728ef966dc
commit
08e2a30e6b
@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
|
||||
- [Bugfix] Fix Android apk directory mount path
|
||||
|
||||
## v11.0.0 (2020-12-09)
|
||||
|
||||
- 💥[Improvement] Upgrade Open edX to Koa
|
||||
|
@ -42,6 +42,6 @@ services:
|
||||
image: {{ DOCKER_IMAGE_ANDROID }}
|
||||
volumes:
|
||||
- "../android/:/openedx/config/"
|
||||
- "../data/android/:/openedx/data/"
|
||||
- "../../data/android/:/openedx/data/"
|
||||
|
||||
{{ patch("local-docker-compose-jobs-services")|indent(4) }}
|
Loading…
Reference in New Issue
Block a user