Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Go back to the main directory (where the docker-compose.yml file is located) and do the following:

Code Block
titleBuild Docker images and start
docker-compose up -d

# Use docker-compose up to run it in foreground
# Docker images will be locally built

...