adamkdean / docker-statamic

Statamic with Ubuntu 22.04 docker image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerized Statamic

This project provides a dockerized version of the popular CMS Statamic. It allows you to easily run Statamic in a Docker container. The image is available on Docker Hub.

Usage

To run Statamic using this Docker image, use the following command:

docker run -d --name statamic -p 80:80 -e DOMAIN=test.example.com adamkdean/statamic

Replace test.example.com with your desired domain.

Configuration

The Docker image requires the following environment variable:

  • DOMAIN: The domain name to be used for the Statamic instance. This is a required variable.

Dockerfile

The Dockerfile sets up an Ubuntu-based environment, installs the necessary packages, and configures Nginx and PHP-FPM to run Statamic.

Work in Progress

Please note that this project is currently a work in progress. Additional features and improvements may be added in the future.

License

This project is open-source.

About

Statamic with Ubuntu 22.04 docker image


Languages

Language:Dockerfile 100.0%