Compare commits

..

2 Commits

Author SHA1 Message Date
Marcel Dechert
440fd264c0 Merge branch 'master' of https://git.swaghausen.de/Marcel5751/plex-server 2022-09-05 20:05:50 +01:00
Marcel Dechert
0df3ad7f15 update rdme 2022-09-05 20:03:57 +01:00

View File

@ -18,7 +18,7 @@ https://github.com/plexinc/pms-docker/blob/master/README.md
`sudo mount -t cifs -o username=marcelo //swaghausen-wg/marceload/Dokus /media/plex/dokus` `sudo mount -t cifs -o username=marcelo //swaghausen-wg/marceload/Dokus /media/plex/dokus`
- Football Folder: - Football Folder:
`sudo mount -t cifs -o username=marcelo //swaghausen-wg/marceload/Fußball /media/plex/football` `sudo mount -t cifs -o username=marcelo //swaghausen-wg/marceload/Fussball /media/plex/football`
- edit fstab - edit fstab
`sudo nano /etc/fstab` `sudo nano /etc/fstab`
@ -30,6 +30,9 @@ https://github.com/plexinc/pms-docker/blob/master/README.md
- unmount folder in case e.g. of name change - unmount folder in case e.g. of name change
`sudo umount -a -t cifs -l` `sudo umount -a -t cifs -l`
edit mount config for startup: `sudo nano /etc/fstab`
check validity of settings: `findmnt --verify`
- restart container to make files available after mount - restart container to make files available after mount
`docker restart plex` `docker restart plex`