Remove old docker config

This commit is contained in:
Sebastian Limbach
2018-03-04 13:59:45 +01:00
parent 6514df9d96
commit cbcbea8b08

View File

@@ -98,22 +98,14 @@ MagicMirror² in server only mode can be deployed using [Docker](https://docker.
```bash ```bash
docker run -d \ docker run -d \
--publish 80:8080 \ --publish 80:8080 \
--restart always \ --restart always \
--volume ~/magic_mirror/config:/opt/magic_mirror/config \ --volume ~/magic_mirror/config:/opt/magic_mirror/config \
--volume ~/magic_mirror/modules:/opt/magic_mirror/modules \ --volume ~/magic_mirror/modules:/opt/magic_mirror/modules \
--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