Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 497 Bytes

File metadata and controls

18 lines (13 loc) · 497 Bytes

Phalcon2 and Apache2 docker container

Docker container with Phalcon2 framework working with Apache2 (and XDebug)

How to use this image

Using docker run

docker run -p "8080:80" -d -v /var/www:/var/www antonienko/phalcon2-apache2 

Using docker compose

develweb:
  image: antonienko/phalcon2-apache2
  ports:
    - "8080:80"
  volumes:
    - /var/www:/var/www/

You can change the default configuration files provided together with the Dockerfile