Skip to content

Compose

Evil Wizard edited this page Nov 7, 2023 · 3 revisions

A docker-compose configuration file is included to simplify the build & deployment of the image.

Build - No Cache

This is only necessary when completely rebuilding the image to make sure all parts of the php-5-6-apache container/service are rebuilt for the image.

sudo docker-compose -f ./docker-compose-build.yaml build --no-cache php-5-6-apache

Build & Up

This will try to use a local version or rebuild the image with current context.

sudo docker-compose -f ./docker-compose-build.yaml up --build -d
Clone this wiki locally