php / Dockerfile
mavernlokuip's picture
Update Dockerfile
db91803 verified
raw
history blame
185 Bytes
# Use the official phpMyAdmin image
FROM phpmyadmin/phpmyadmin:latest
# Set environment variables
ENV PMA_HOST=mysql
ENV PMA_PORT=7860
ENV MYSQL_ROOT_PASSWORD=root
ENV APACHE_PORT=7860