From dcac4e90f5f1f06ebacc71ce24787c7c34836821 Mon Sep 17 00:00:00 2001 From: Marten Kante <43725244+TiynGER@users.noreply.github.com> Date: Thu, 2 Apr 2020 23:01:44 +0200 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 411580f..3b056c9 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,5 @@ Set the following volumes with the -v tag. | ----------- | --------------- | ----------------------------------- | | data | /data | directory for the owncloud contents | -## Ports -There are no ports that get opened up. - ## Example run-command ``` docker run --name owncloudcli -v owncloudcli:/data --restart unless-stopped -e USER=admin1 -e PASSWORD=password1 -e URL='example.com' -d tiynger/owncloudclient ```