Skip to content

Commit b174ec8

Browse files
committed
Add YT Link and fix comments
1 parent 800a638 commit b174ec8

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ Discusson and assistance can be sort at: [MediaStack on Reddit](https://www.redd
3030

3131
- Update and import the "**MediaStack.Guide Applications**" bookmarks file into your web browser to easily access each application's WebUI portal
3232

33+
34+
<center>
35+
36+
[![MediaStack - A Detailed Installation Walkthru (Ubuntu Linux)](https://i.ytimg.com/vi/zz2XjrurgXI/hq720.jpg)](https://youtu.be/zz2XjrurgXI "MediaStack - A Detailed Installation Walkthru (Ubuntu Linux)")
37+
38+
</center>
39+
3340
</br>
3441

3542
## What Is Docker And How Do I Use It

full-vpn_multiple-yaml/docker-compose.env

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ PLEX_CLAIM=
4242

4343
# Host Data Folders - Will accept Linux, Windows, NAS folders.
4444
# Make sure these folders exists before running the "docker compose" command.
45-
FOLDER_FOR_MEDIA=/your-media-folder # <-- Update for your folders - Synology Example: /volume1/docker/appdata
46-
FOLDER_FOR_DATA=/your-app-configs # <-- Update for your folders - Synology Example: /volume1/media
45+
FOLDER_FOR_MEDIA=/your-media-folder # <-- Update for your folders - Synology Example: /volume1/media
46+
FOLDER_FOR_DATA=/your-app-configs # <-- Update for your folders - Synology Example: /volume1/docker/appdata
4747

4848
# File access, date and time details for the containers / applications to use.
4949
# Run "sudo id docker" on host computer to find PUID / PGID and update these to suit.

full-vpn_single-yaml/docker-compose.env

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ PLEX_CLAIM=
4242

4343
# Host Data Folders - Will accept Linux, Windows, NAS folders.
4444
# Make sure these folders exists before running the "docker compose" command.
45-
FOLDER_FOR_MEDIA=/your-media-folder # <-- Update for your folders - Synology Example: /volume1/docker/appdata
46-
FOLDER_FOR_DATA=/your-app-configs # <-- Update for your folders - Synology Example: /volume1/media
45+
FOLDER_FOR_MEDIA=/your-media-folder # <-- Update for your folders - Synology Example: /volume1/media
46+
FOLDER_FOR_DATA=/your-app-configs # <-- Update for your folders - Synology Example: /volume1/docker/appdata
4747

4848
# File access, date and time details for the containers / applications to use.
4949
# Run "sudo id docker" on host computer to find PUID / PGID and update these to suit.

min-vpn_mulitple-yaml/docker-compose.env

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ PLEX_CLAIM=
4242

4343
# Host Data Folders - Will accept Linux, Windows, NAS folders.
4444
# Make sure these folders exists before running the "docker compose" command.
45-
FOLDER_FOR_MEDIA=/your-media-folder # <-- Update for your folders - Synology Example: /volume1/docker/appdata
46-
FOLDER_FOR_DATA=/your-app-configs # <-- Update for your folders - Synology Example: /volume1/media
45+
FOLDER_FOR_MEDIA=/your-media-folder # <-- Update for your folders - Synology Example: /volume1/media
46+
FOLDER_FOR_DATA=/your-app-configs # <-- Update for your folders - Synology Example: /volume1/docker/appdata
4747

4848
# File access, date and time details for the containers / applications to use.
4949
# Run "sudo id docker" on host computer to find PUID / PGID and update these to suit.

0 commit comments

Comments
 (0)