Previous: , Up: Docker   [Contents][Index]


8.2.2 Running the Application with docker-compose

To run the application with the database:

$ docker compose up -d
$ docker compose logs --follow

Stop the container with (and wipe the database):

$ docker-compose down --volumes

Leave off the --volumes switch if you wish to keep the database.