-
Notifications
You must be signed in to change notification settings - Fork 0
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.
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
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