19 lines
410 B
Markdown
19 lines
410 B
Markdown
# Photoview - Docker
|
|
This repository aims to provide a docker-compose file for <https://github.com/photoview/photoview>.
|
|
|
|
## Installation
|
|
A Mapbox token should be provided in a `mapbox.env` file with the following syntax:
|
|
```
|
|
MAPBOX_TOKEN={{example}}
|
|
```
|
|
|
|
The docker can then be started with:
|
|
```
|
|
docker-compose up -d --remove-orphans
|
|
```
|
|
|
|
## Update
|
|
Updates can be conducted using:
|
|
```
|
|
docker-compose pull
|
|
```
|