-
Notifications
You must be signed in to change notification settings - Fork 1
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.
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
This will try to use a local version or rebuild the image with current context.
sudo docker-compose up --build -d