Skip to content

Commit

Permalink
fix(doc): remove backslash in instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsquest committed Nov 19, 2024
1 parent 1d4efcb commit c26b4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ In this example, both files are stored in the same directory (`./config`).
docker run -d --name radicale tomsquest/docker-radicale \
-p 5232:5232 \
-v ./data:/data \
-v ./config:/config \
-v ./config:/config
```

## Volumes versus Bind-Mounts
Expand Down

0 comments on commit c26b4e0

Please sign in to comment.