mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
feat: Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
version: '3'
|
||||
services:
|
||||
1panel_phpmyadmin:
|
||||
image: phpmyadmin/phpmyadmin:5.2.0
|
||||
container_name: 1panel_phpmyadmin
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:80
|
||||
environment:
|
||||
- PMA_HOST=${PANEL_DB_HOST}
|
||||
networks:
|
||||
- 1panel
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel:
|
||||
external: true
|
||||
Reference in New Issue
Block a user