Skip to content

Commit

Permalink
Change docker hub url
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Limbach committed Apr 16, 2017
1 parent 9ebee8c commit ac53d64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ docker run -d \
--volume ~/magic_mirror/config:/opt/magic_mirror/config \
--volume ~/magic_mirror/modules:/opt/magic_mirror/modules \
--name magic_mirror \
michmich/magicmirror
bastilimbach/docker-magicmirror
```

| **Volumes** | **Description** |
Expand All @@ -75,6 +75,8 @@ var config = {
};
```

If you want to run the server on a raspberry pi, use the `raspberry` tag. (bastilimbach/docker-magicmirror:raspberry)

#### Manual

1. Download and install the latest Node.js version.
Expand Down

0 comments on commit ac53d64

Please sign in to comment.