Docker container for Kirby CMS w/ Alpine, Apache and PHP7
10K+
Dockerfile for a container running Kirby CMS, Alpine, Apache and PHP7.
Check out docker-getkirby-v2 for the deprecated Kirby 2 Dockerfile
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.
php-curl, php-mbstring, php-ctype, php-gdContent type
Image
Digest
Size
17.5 MB
Last updated
over 6 years ago
docker pull paolomolo/getkirby-apache