Skip to content

zzdjk6/silverstripe-4-nginx-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to build?

docker build -t silverstripe-4-nginx .

How to run?

docker run \
-it \
-p 80:80 \
-v "$PWD/project":/var/www/project:delegated \
--name silverstripe-nginx  \
silverstripe-4-nginx

How to access the container?

docker exec -it silverstripe-nginx /bin/bash

About

A docker image for SilverStripe 4, serve with Nginx and php-fpm 7.2 on Ubuntu 18.04

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages