1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-28 17:24:59 +08:00
renovate[bot] 34b8efa0b5 chore(deps): update adminer docker tag to v5.0.6 (#3469)
* chore(deps): update adminer docker tag to v5.0.6

* 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-03-19 22:51:01 +08:00

15 lines
303 B
YAML

services:
adminer:
image: adminer:5.0.6-standalone
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8080
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true