mirror of
https://github.com/bitnami/containers.git
synced 2026-03-09 15:40:15 +08:00
Fixed ownCloud spelling
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# What is OwnCloud?
|
||||
# What is ownCloud?
|
||||
|
||||
ownCloud is a file sharing server that puts the control and security of your own data back into your hands.
|
||||
|
||||
@@ -61,9 +61,9 @@ If you want to run the application manually instead of using docker-compose, the
|
||||
$ docker run -d --name mariadb --net=owncloud_network bitnami/mariadb
|
||||
```
|
||||
|
||||
*Note:* You need to give the container a name in order to OwnCloud to resolve the host
|
||||
*Note:* You need to give the container a name in order to ownCloud to resolve the host
|
||||
|
||||
3. Run the OwnCloud container:
|
||||
3. Run the ownCloud container:
|
||||
|
||||
```
|
||||
$ docker run -d -p 80:80 --name owncloud --net=owncloud_network bitnami/owncloud
|
||||
@@ -119,9 +119,9 @@ In this case you need to specify the directories to mount on the run command. Th
|
||||
$ docker run -d --name mariadb -v /your/local/path/bitnami/mariadb/data:/bitnami/mariadb/data -v /your/local/path/bitnami/mariadb/conf:/bitnami/mariadb/conf --network=owncloud_network bitnami/mariadb
|
||||
```
|
||||
|
||||
*Note:* You need to give the container a name in order to OwnCloud to resolve the host
|
||||
*Note:* You need to give the container a name in order to ownCloud to resolve the host
|
||||
|
||||
3. Run the OwnCloud container:
|
||||
3. Run the ownCloud container:
|
||||
|
||||
```
|
||||
$ docker run -d -p 80:80 --name owncloud -v /your/local/path/bitnami/owncloud:/bitnami/owncloud --network=owncloud_network bitnami/owncloud
|
||||
@@ -129,7 +129,7 @@ In this case you need to specify the directories to mount on the run command. Th
|
||||
|
||||
# Upgrade this application
|
||||
|
||||
Bitnami provides up-to-date versions of MariaDB and OwnCloud, including security patches, soon after they are made upstream. We recommend that you follow these steps to upgrade your container. We will cover here the upgrade of the OwnCloud container. For the MariaDB upgrade see https://github.com/bitnami/bitnami-docker-mariadb/blob/master/README.md#upgrade-this-image
|
||||
Bitnami provides up-to-date versions of MariaDB and ownCloud, including security patches, soon after they are made upstream. We recommend that you follow these steps to upgrade your container. We will cover here the upgrade of the ownCloud container. For the MariaDB upgrade see https://github.com/bitnami/bitnami-docker-mariadb/blob/master/README.md#upgrade-this-image
|
||||
|
||||
1. Get the updated images:
|
||||
|
||||
@@ -181,10 +181,10 @@ application:
|
||||
|
||||
Available variables:
|
||||
|
||||
- `OWNCLOUD_USERNAME`: Owncloud application username. Default: **user**
|
||||
- `OWNCLOUD_PASSWORD`: Owncloud application password. Default: **bitnami**
|
||||
- `OWNCLOUD_EMAIL`: Owncloud application email. Default: **user@example.com**
|
||||
- `OWNCLOUD_WEB_SERVER_HOST`: Owncloud Host Server.
|
||||
- `OWNCLOUD_USERNAME`: ownCloud application username. Default: **user**
|
||||
- `OWNCLOUD_PASSWORD`: ownCloud application password. Default: **bitnami**
|
||||
- `OWNCLOUD_EMAIL`: ownCloud application email. Default: **user@example.com**
|
||||
- `OWNCLOUD_HOST`: ownCloud host to create application URLs. It can be either an IP or a domain. If left empty, it will be resolved to the machine IP.
|
||||
- `MARIADB_PASSWORD`: Root password for the MariaDB.
|
||||
- `MARIADB_HOST`: Hostname for MariaDB server. Default: **mariadb**
|
||||
- `MARIADB_PORT`: Port used by MariaDB server. Default: **3306**
|
||||
@@ -198,7 +198,7 @@ To backup your application data follow these steps:
|
||||
* For docker-compose: `$ docker-compose stop owncloud`
|
||||
* For manual execution: `$ docker stop owncloud`
|
||||
|
||||
2. Copy the Owncloud data folder in the host:
|
||||
2. Copy the ownCloud data folder in the host:
|
||||
|
||||
```
|
||||
$ docker cp /your/local/path/bitnami:/bitnami/owncloud
|
||||
@@ -206,7 +206,7 @@ $ docker cp /your/local/path/bitnami:/bitnami/owncloud
|
||||
|
||||
# Restoring a backup
|
||||
|
||||
To restore your application using backed up data simply mount the folder with Owncloud data in the container. See [persisting your application](#persisting-your-application) section for more info.
|
||||
To restore your application using backed up data simply mount the folder with ownCloud data in the container. See [persisting your application](#persisting-your-application) section for more info.
|
||||
|
||||
# Contributing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user