Skip to content

antoniohs/phalcon2-apache2-docker-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker container with Phalcon2 framework working with Apache2

Resources

Stars

Watchers

Forks

Packages

No packages published