You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[](https://quay.io/repository/sameersbn/owncloud)
2
2
3
-
# sameersbn/owncloud:10.0.9
3
+
# sameersbn/owncloud:10.0.10-0
4
4
5
5
-[Introduction](#introduction)
6
6
-[Contributing](#contributing)
@@ -50,7 +50,7 @@ Automated builds of the image are available on [Dockerhub](https://hub.docker.co
50
50
> **Note**: Builds are also available on [Quay.io](https://quay.io/repository/sameersbn/owncloud)
docker run --name owncloud-nginx -itd --restart=always \
102
102
--link owncloud:php-fpm \
103
103
--publish 10080:80 \
104
-
sameersbn/owncloud:10.0.9 app:nginx
104
+
sameersbn/owncloud:10.0.10-0 app:nginx
105
105
```
106
106
107
107
Point your browser to `http://cloud.example.com:10080` and login using the default username and password:
@@ -142,7 +142,7 @@ Relaunch the container with the `app:backup:create` argument.
142
142
143
143
```bash
144
144
docker run --name owncloud -it --rm [OPTIONS] \
145
-
sameersbn/owncloud:10.0.9 app:backup:create
145
+
sameersbn/owncloud:10.0.10-0 app:backup:create
146
146
```
147
147
148
148
The backup will be created in the `backups/` folder of the [Persistent](#persistence) volume. You can change the location using the `OWNCLOUD_BACKUPS_DIR` configuration parameter.
@@ -171,7 +171,7 @@ Relaunch the container with the `app:backup:restore` argument. Ensure you launch
171
171
172
172
```bash
173
173
docker run --name owncloud -it --rm [OPTIONS] \
174
-
sameersbn/owncloud:10.0.9 app:backup:restore
174
+
sameersbn/owncloud:10.0.10-0 app:backup:restore
175
175
```
176
176
177
177
A list of existing backups will be displayed. Select a backup you wish to restore.
@@ -180,7 +180,7 @@ To avoid this interaction you can specify the backup filename using the `BACKUP`
0 commit comments