You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a couple of hours fiddling around with this, I finally figured out how to get this working in Container Station on my QNAP NAS. I'm submitting this for reference in case anyone else needs help.
My Environment:
QNAP TS453-Pro
Firmware: QTS 5.1.6.2722
Container Station: 3.0.6.833
My Steps:
Create a directory called 'ddns-updater' in the root of the Container share.
Inside the 'ddns-updater' folder, I created two directories: 'app' and 'data'.
Created a config.json and updates.json file in the 'data' directory (I used FileZilla to upload)
CHMOD the config.json file to 400. If that doesn't work, try 440, since 'Container Station' installs and runs as the admin user by default (even if 'admin' is disabled).
Pulled up the docker-compose.yml from the root of this repository.
In Container Station, I went to Applications > Create
In the application name, I typed 'ddns-updater'.
Copied and pasted the YAML code into the window.
Changed the 'volumes' path in the YAML code to /share/CACHEDEV1_DATA/Container/ddns-updater:/updater/data
Started the container.
Notes:
In the YAML file, 'network_mode: bridge' did not automatically select bridged mode, so I edited the container to set this.
I also edited the container to change the restart setting to restart "unless stopped".
Hope this is helpful for someone trying to set this up on QNAP's weird flavor of Linux.
The text was updated successfully, but these errors were encountered:
After a couple of hours fiddling around with this, I finally figured out how to get this working in Container Station on my QNAP NAS. I'm submitting this for reference in case anyone else needs help.
My Environment:
QNAP TS453-Pro
Firmware: QTS 5.1.6.2722
Container Station: 3.0.6.833
My Steps:
Notes:
In the YAML file, 'network_mode: bridge' did not automatically select bridged mode, so I edited the container to set this.
I also edited the container to change the restart setting to restart "unless stopped".
Hope this is helpful for someone trying to set this up on QNAP's weird flavor of Linux.
The text was updated successfully, but these errors were encountered: