1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-22 16:29:40 +08:00
renovate[bot] 779b544379 chore(deps): update registry docker tag to v3 (#3620)
* chore(deps): update registry docker tag to v3

* 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>
2025-04-04 21:57:04 +08:00

16 lines
325 B
YAML

services:
docker-registry:
image: registry:3.0.0
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