These are some guides for various use.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
921 B

  1. # DockerOwncloudClient
  2. This is a dockerized version of a OwnCloud Client.
  3. The original container and documentation are made by [tiynger](https://hub.docker.com/r/tiynger/owncloudclient)
  4. ## Environment-variables
  5. Set the following variables with the -e tag.
  6. | Name | Usage | Default |
  7. | ----------- | --------------------------------------------------- | --------- |
  8. | USER | username of OwnCloud server | admin |
  9. | PASSWORD | password of OwnCloud server | admin |
  10. | URL | url of OwnCloud server (dont forget the http(s)://) | localhost |
  11. ## Volumes
  12. Set the following volumes with the -v tag.
  13. | Volume-Name | Container mount | Description |
  14. | ----------- | --------------- | ----------------------------------- |
  15. | data | /data | directory for the owncloud contents |