Skip to content

build a cyon shared apache like container for local development

License

Notifications You must be signed in to change notification settings

jangalinski/docker-cyon-apache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-cyon-apache

build a cyon shared apache like container for local development

usage:

In your php project, create a compose file:

version: '2'
services:
  cyon:
    image: jangalinski/cyon-apache
    container_name: <YOUR_CONTAINER_NAME>
    ports:
      - "<YOUR_LOCAL_PORT>:80"
    volumes:
      - ./:/var/www/html

then run with docker-compose up and enjoy.

About

build a cyon shared apache like container for local development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages