Previous: Building the Docker Containers, Up: Docker [Contents][Index]
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.
| • OpenStreetMap Tile Server |