Skip to content

Commit

Permalink
Fix data volume mount
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jun 4, 2019
1 parent 6cb9c6b commit 3ce4e27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .res/compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
image: crazymax/diun:latest
container_name: diun
volumes:
- "./data:/data"
- "./diun.yml:/diun.yml:ro"
environment:
- "TZ=Europe/Paris"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ $ docker run -d --name diun \
-e "LOG_LEVEL=info" \
-e "LOG_JSON=false" \
-e "RUN_ONCE=false" \
-v "$(pwd)/data:/data" \
-v "$(pwd)/diun.yml:/diun.yml:ro" \
crazymax/diun:latest
```
Expand Down

0 comments on commit 3ce4e27

Please sign in to comment.