Skip to content

Commit

Permalink
Update DOcker compose info
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseFilipeFerreira committed Jun 13, 2024
1 parent 12e3eb4 commit 6f713dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ radicale:
container_name: radicale
ports:
- "5232:5232"
# add git versioning to calendar database
# environment:
# GIT_AUTHOR_NAME: "your-user-name"
# EMAIL: "[email protected]"
volumes:
# add git versioning to calendar database
# - ~/.gitconfig:/root/.gitconfig
- ./radicale/users:/users
- ./radicale/collections:/collections
- ./radicale/config:/config
Expand Down

0 comments on commit 6f713dc

Please sign in to comment.