php / Dockerfile
mavernlokuip's picture
Update Dockerfile
71fe5c8 verified
raw
history blame
231 Bytes
# Use the official phpMyAdmin image
FROM phpmyadmin/phpmyadmin:latest
RUN chmod -R 777 /var/
#RUN chmod -R 777 /etc/
# Set environment variables
ENV PMA_HOST=mysql
ENV PMA_PORT=7860
ENV MYSQL_ROOT_PASSWORD=root
ENV APACHE_PORT=7860