Skip to content

Commit

Permalink
docker fix (munkireport#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
sphen13 authored and bochoven committed Mar 6, 2018
1 parent a6b8e39 commit 0fcabad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Then start the MR-PHP container as follows:

```
docker run -d --name="munkireport" \
-v munkireport-db:/var/munkireport/app/db \
-p 80:80 \
macadmins/munkireport-php:latest
-v munkireport-db:/var/munkireport/app/db \
-p 80:80 \
munkireport/munkireport-php:release-latest
```

Environment Variables
Expand Down

0 comments on commit 0fcabad

Please sign in to comment.