- Updated: the Synology section with: - Added link to a docker-compose-collection - Added copy/paste option for adding the media sub folders - Updated: the Docker section with: - Added link to a docker-compose-collection - Added copy/paste option for adding the data+media sub folders - Added permissions settings - Updated: Bare Metal - native section with: - Added copy/paste option for adding the data+media sub folders - Added permissions settings
- Updated: the Synology section with:
- Added link to a docker-compose-collection
- Added copy/paste option for adding the media sub folders
- Updated: the Docker section with:
- Added link to a docker-compose-collection
- Added copy/paste option for adding the data+media sub folders
- Added permissions settings
- Updated: Bare Metal - native section with:
- Added copy/paste option for adding the data+media sub folders
- Added permissions settings
A docker-compose file exist of 1 file that holds all the needed info of all your docker containers.
this makes it easy to maintain and compare paths.
Download this [docker-compose.yml](https://gist.github.com/TRaSH-/6eddbc251b54b22acffba6baf5cbb5ed) to your `/volume1/docker/appdata` location so you got your important stuff together.
Download this [docker-compose.yml](https://gist.github.com/TRaSH-/6eddbc251b54b22acffba6baf5cbb5ed){:target="_blank"} to your `/volume1/docker/appdata` location so you got your important stuff together.
Your appdata will be stored in `/docker/appdata/{appname}`
These folders you need to create your self.
```bash
sudo mkdir -p /docker/appdata
```
##### Permissions
```bash
sudo chown -R $USER:$USER /data /docker
sudo chmod -R a=,a+rX,u+w,g+w /data /docker
```
A docker-compose file exist of 1 file that holds all the needed info of all your docker containers.
this makes it easy to maintain and compare paths.
Download this [docker-compose.yml](https://gist.github.com/TRaSH-/73a2250c2645dfe1c97c61bb5fc46d59) to your `/docker/` location so you got your important stuff together.
Download this [docker-compose.yml](https://gist.github.com/TRaSH-/73a2250c2645dfe1c97c61bb5fc46d59){:target="_blank"} to your `/docker/` location so you got your important stuff together.
CD to your `/docker` folder and use the following command to download it.