chore(deps): update jeessy/ddns-go docker tag to v6.7.3 (#2376)

* chore(deps): update jeessy/ddns-go docker tag to v6.7.3

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot]
2024-10-27 22:22:33 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent 9bd491f3a1
commit e6243d8330
2 changed files with 1 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
services:
ddns-go:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: host
ports:
- "${PANEL_APP_PORT_HTTP}:9876"
volumes:
- ./data:/root
image: jeessy/ddns-go:v6.7.3
labels:
createdBy: "Apps"