1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-22 15:19:41 +08:00
renovate[bot] 3ec509f1e5 chore(deps): update adminer docker tag to v5.3.0 (#3957)
* chore(deps): update adminer docker tag to v5.3.0

* 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-05-20 16:50:47 +08:00

15 lines
303 B
YAML

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