Skip to content

Commit

Permalink
Simplify docker run command in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mityax authored Nov 21, 2024
1 parent d665822 commit 86977f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ This container runs [Radicale](https://github.com/Kozea/Radicale) with the offic
To run the container, and have it automatically start after rebooting, just do:

```bash
docker run \
docker run -d --name decsync-caldav \
-v <decsync-directory>:/decsync-data \
-p 5232:5232 \
--name decsync-caldav \
--restart unless-stopped \
ghcr.io/mityax/decsync-docker:main
```

Expand Down

0 comments on commit 86977f8

Please sign in to comment.