Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 617 Bytes

readme.md

File metadata and controls

19 lines (11 loc) · 617 Bytes

Build the project

Now, run docker-compose up -d from your project directory.

bash docker-compose.bash up -d

This runs docker-compose up in detached mode, pulls the needed Docker images, and starts the nginx and php-fmp containers, as shown in the example below.

Shutdown and cleanup

The command docker-compose down removes the containers and default network, but preserves your configuration files.

The command docker-compose down --volumes removes the containers, default network, and volumes.

More info