Merge pull request #1194 from bastilimbach/develop

Remove old docker config and link to docker repository
This commit is contained in:
Michael Teeuw 2018-03-06 09:33:50 +01:00 committed by GitHub
commit dcc59380e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 26 deletions

View File

@ -16,10 +16,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Automated integration tests translations - Automated integration tests translations
### Changed ### Changed
- Add link to GitHub repository which contains the respective Dockerfile.
- Optimized automated unit tests cloneObject, cmpVersions - Optimized automated unit tests cloneObject, cmpVersions
### Changed
- Update notifications use now translation templates instead of normal strings. - Update notifications use now translation templates instead of normal strings.
### Fixed ### Fixed

View File

@ -105,15 +105,7 @@ docker run -d \
--name magic_mirror \ --name magic_mirror \
bastilimbach/docker-magicmirror bastilimbach/docker-magicmirror
``` ```
To get more information about the available Dockerfile versions and configurations head over to the respective [GitHub repository](https://github.com/bastilimbach/docker-MagicMirror).
| **Volumes** | **Description** |
| --- | --- |
| `/opt/magic_mirror/config` | Mount this volume to insert your own config into the docker container. |
| `/opt/magic_mirror/modules` | Mount this volume to add your own custom modules into the docker container. |
You may need to add your Docker Host IP to your `ipWhitelist` option. If you have some issues setting up this configuration, check [this forum post](https://forum.magicmirror.builders/topic/1326/ipwhitelist-howto).
If you want to run the server on a raspberry pi, use the `raspberry` tag. (bastilimbach/docker-magicmirror:raspberry)
## Configuration ## Configuration