From 86977f82818ba908a1d871ba84928fcacf745f14 Mon Sep 17 00:00:00 2001 From: mityax <18172993+mityax@users.noreply.github.com> Date: Thu, 21 Nov 2024 13:24:56 +0100 Subject: [PATCH] Simplify docker run command in readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e8d420d..1cabf15 100644 --- a/README.md +++ b/README.md @@ -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-data \ -p 5232:5232 \ - --name decsync-caldav \ - --restart unless-stopped \ ghcr.io/mityax/decsync-docker:main ```