Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update beginners-guide-qnap-docker.md #101

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions docs/getting-started/beginners-guide-qnap-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ In this guide the following assumptions apply:
```
6. Click "Validate" to ensure your syntax is correct
7. Click "Create"
8. Once created you should see your nous application in the list
8. Once created you should see your new application in the list
9. By default, Container Station exposes only one port per application in a NAT configuration. As we need multi ports, we'll switch to "bridge mode" :
1. Click you application in the list (i.e. "lms")
2. You'll see one container running (usually something like "lms-lms-1")
Expand All @@ -68,7 +68,7 @@ In this guide the following assumptions apply:

## Updating the Docker image

It is always advisable to regularly update your software, and with Docker on Synology it is made very easy.
It is always advisable to regularly update your software, and with Docker on QNAP it is made very easy.

1. Open "Container Station"
2. Go to "Images" and click on the cog wheel "⚙️" next to "lmscommunity/lyrionmusicserver".
Expand Down