mirror of
https://github.com/acepanel/templates.git
synced 2026-02-04 06:17:13 +08:00
feat: 新增应用
This commit is contained in:
14
phpmyadmin/docker-compose.yml
Normal file
14
phpmyadmin/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
phpmyadmin:
|
||||
image: phpmyadmin:5.2.3-alpine
|
||||
restart: always
|
||||
ports:
|
||||
- ${PHPMYADMIN_PORT}:80
|
||||
environment:
|
||||
- HIDE_PHP_VERSION=true
|
||||
- PMA_ARBITRARY=1
|
||||
networks:
|
||||
- acepanel-network
|
||||
networks:
|
||||
acepanel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user