Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2022 ownCloud GmbH
Copyright (c) 2022-2026 ownCloud GmbH

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ ownCloud is an open-source file sync, share and content collaboration software t

## Docker Tags and respective Dockerfile links

- [`10.16.2`](https://github.com/owncloud-docker/server/blob/master/v22.04/Dockerfile.multiarch) available as `owncloud/server:10.16.2`
- [`10.16.1`](https://github.com/owncloud-docker/server/blob/master/v22.04/Dockerfile.multiarch) available as `owncloud/server:10.16.1`
- [`10.15.3`](https://github.com/owncloud-docker/server/blob/master/v22.04/Dockerfile.multiarch) available as `owncloud/server:10.15.3`
- [`10.16.3`, `10.16`, `10`, `latest`](https://github.com/owncloud-docker/server/blob/master/v22.04/Dockerfile.multiarch) available as `owncloud/server:10.16.3`
- [`11.0.0-prealpha`](https://github.com/owncloud-docker/server/blob/master/v24.04/Dockerfile.multiarch) available as `owncloud/server:11.0.0-prealpha`

## Default volumes
Expand Down Expand Up @@ -60,7 +58,9 @@ command: ["/usr/bin/owncloud", "occ", "wnd:listen", "myhost", "myshare", "myuser

## Environment variables

None
This image defines no environment variables of its own. Configuration is done
through the variables inherited from the base images linked under
[Inherited environments](#quick-reference) above.

## License

Expand All @@ -69,5 +69,5 @@ This project is licensed under the MIT License - see the [LICENSE](https://githu
## Copyright

```Text
Copyright (c) 2022 ownCloud GmbH
Copyright (c) 2022-2026 ownCloud GmbH
```
Loading