Add Synology instructions (#1813)

This commit is contained in:
FreDTV 2023-01-24 12:49:09 +01:00 committed by GitHub
parent b2fe902cd3
commit 7f03b4efda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 1 deletions

View file

@ -507,6 +507,8 @@ Also, you may be interested in adjusting Nextcloud's Datadir to store the files
</details>
On Synology DSM see https://github.com/nextcloud/all-in-one#how-to-run-aio-on-synology-dsm
### Inspiration for a docker-compose file
Simply translate the docker run command into a docker-compose file. You can have a look at [this file](https://github.com/nextcloud/all-in-one/blob/main/docker-compose.yml) for some inspiration but you will need to modify it either way. You can find further examples here: https://github.com/nextcloud/all-in-one/discussions/588