Browse Source

Update README.md

master
Marten Kante 9 months ago
committed by GitHub
parent
commit
dcac4e90f5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      README.md

+ 0
- 3
README.md

@ -15,8 +15,5 @@ Set the following volumes with the -v tag.
| ----------- | --------------- | ----------------------------------- | | ----------- | --------------- | ----------------------------------- |
| data | /data | directory for the owncloud contents | | data | /data | directory for the owncloud contents |
## Ports
There are no ports that get opened up.
## Example run-command ## 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 ``` ``` docker run --name owncloudcli -v owncloudcli:/data --restart unless-stopped -e USER=admin1 -e PASSWORD=password1 -e URL='example.com' -d tiynger/owncloudclient ```

Loading…
Cancel
Save