Skip to content

ethercreative/docker-craft-php-fpm-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-craft-php-fpm-alpine

Build arguments

  • WITH_POSTGRES
  • WITH_MYSQL
  • WITH_XML
  • WITH_XDEBUG

Compose

build:
  context: https://github.com/ethercreative/docker-craft-php-fpm-alpine.git
  args:
    - WITH_POSTGRES=1

Build

PostgreSQL

docker build --build-arg WITH_POSTGRES=true -t ethercreative/craft-php-fpm-alpine:postgres .
docker push ethercreative/craft-php-fpm-alpine:postgres

With XML

docker build --build-arg WITH_POSTGRES=true --build-arg WITH_XML=true -t ethercreative/craft-php-fpm-alpine:postgres-xml .
docker push ethercreative/craft-php-fpm-alpine:postgres-xml

MySQL

docker build --build-arg WITH_MYSQL=true -t ethercreative/craft-php-fpm-alpine:mysql .
docker push ethercreative/craft-php-fpm-alpine:mysql

With XML

docker build --build-arg WITH_MYSQL=true --build-arg WITH_XML=true -t ethercreative/craft-php-fpm-alpine:mysql-xml .
docker push ethercreative/craft-php-fpm-alpine:mysql-xml

Automatic Build

Run build.sh to build all variants and push them to the Docker repository.

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors