Skip to content

Docker container for Kirby 2 CMS w/ Alpine, Apache and PHP7

Notifications You must be signed in to change notification settings

paolomolo/docker-getkirby-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Docker for Kirby CMS (v2)

Dockerfile for a container running Kirby CMS, Alpine, Apache and PHP7

Docker Pulls Docker Build Status

Kirby 2 is deprecated. For the latest Dockerfile check out docker-getkirby-v3

Getting Started

Usage with docker-compose

Create a docker-compose.yml in your Kirby directory:

version: '2'
services:
  docker:
    image: paolomolo/getkirby-apache:v2
    volumes:
      - ./content:/var/www/localhost/htdocs/content
      - ./site:/var/www/localhost/htdocs/site
      - ./assets:/var/www/localhost/htdocs/assets
    ports:
      - 80:80

Then run docker-compose up from your command line and visit localhost in your browser.

Built With

  • Kirby CMS (v2) a file‑based CMS
  • Alpine a security-oriented, lightweight Linux distribution
  • PHP7 incl. php-curl, php-dom, php-openssl, php-xml, php-json
  • Apache2 web server

About

Docker container for Kirby 2 CMS w/ Alpine, Apache and PHP7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published