1
0
1Panel-Appstore/adminer/5.0.2-standalone/docker-compose.yml
github-action update-app-version 3efc16d8fc Update app version [skip ci]
2025-03-10 22:27:52 +00:00

15 lines
303 B
YAML

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