chore(deps): update registry docker tag to v2.8.3 (#466)

* chore(deps): update registry docker tag to v2.8.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]
2023-10-07 07:35:44 -05:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent 2be7447df2
commit 498996b392
2 changed files with 1 additions and 1 deletions
@@ -0,0 +1,17 @@
version: '3'
services:
docker-registry:
image: registry:2.8.3
restart: always
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:5000
networks:
- 1panel-network
volumes:
- ./data:/var/lib/registry
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true