Stopping and starting the containerΒΆ
To stop the container use:
docker compose down
To start the container again:
docker compose up --detached
To stop the container use:
docker compose down
To start the container again:
docker compose up --detached