diff --git a/.res/compose/docker-compose.yml b/.res/compose/docker-compose.yml index 468f39ef..31ef32df 100644 --- a/.res/compose/docker-compose.yml +++ b/.res/compose/docker-compose.yml @@ -5,6 +5,7 @@ services: image: crazymax/diun:latest container_name: diun volumes: + - "./data:/data" - "./diun.yml:/diun.yml:ro" environment: - "TZ=Europe/Paris" diff --git a/README.md b/README.md index a48b6900..37d2ab73 100644 --- a/README.md +++ b/README.md @@ -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 ```