Skip to content

Compose

Evil Wizard edited this page Feb 9, 2023 · 1 revision

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-7-4-web-server container/service are rebuilt for the image.

sudo docker-compose build --no-cache php-7-4-web-server

Build & Up

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

sudo docker-compose up --build -d
Clone this wiki locally