mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Delete docker/v1/compose/phpmyadmin.yaml
This commit is contained in:
parent
e1f8af7d3b
commit
b906987883
@ -1,24 +0,0 @@
|
|||||||
services:
|
|
||||||
phpmyadmin:
|
|
||||||
container_name: phpmyadmin
|
|
||||||
depends_on:
|
|
||||||
- mysql
|
|
||||||
image: phpmyadmin #:5.2.2-fpm-alpine
|
|
||||||
restart: always
|
|
||||||
user: "${UID:-0}"
|
|
||||||
ports:
|
|
||||||
- "${PMA_PORT}"
|
|
||||||
deploy:
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
cpus: "${PMA_CPU:-0.1}"
|
|
||||||
memory: "${PMA_RAM:-0.1G}"
|
|
||||||
environment:
|
|
||||||
PMA_HOST: mysql
|
|
||||||
MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD:-rootpassword}
|
|
||||||
networks:
|
|
||||||
- default
|
|
||||||
|
|
||||||
networks:
|
|
||||||
default:
|
|
||||||
driver: bridge
|
|
Loading…
Reference in New Issue
Block a user