Skip to content

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

Notifications You must be signed in to change notification settings

paolomolo/docker-getkirby-v3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Docker for Kirby CMS (v3)

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

Docker Pulls Docker Build Status

For the Kirby 2 legacy version check out docker-getkirby-v2

Getting Started

Usage with docker-compose

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

version: '3'
services:
  docker:
    image: paolomolo/getkirby-apache:v3
    volumes:
      - ./content:/var/www/localhost/htdocs/content
      - ./site:/var/www/localhost/htdocs/site
      - ./assets:/var/www/localhost/htdocs/assets
      - ./media:/var/www/localhost/htdocs/media
    ports:
      - "80:80"

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

Built With

  • Kirby CMS a file‑based CMS
  • Alpine a security-oriented, lightweight Linux distribution
  • PHP7 incl. php-curl, php-mbstring, php-ctype, php-gd
  • Apache2 web server

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages