8 lines
253 B
Markdown
8 lines
253 B
Markdown
1. Rename *dist.env* to *.env*. Update the environment variables.
|
|
2. run osmtile with import script
|
|
2. Build the images and run the containers:
|
|
|
|
```sh
|
|
$ docker-compose up -d --build --remove-orphans ; docker-compose logs -f --timestamps
|
|
```
|