mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Working QNAP Setup #393
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Araminta on GitHub (May 3, 2024).
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.
@qdm12 commented on GitHub (Jun 15, 2024):
Thanks, I referenced your issue in the readme's setup/container section.