Removed README
This commit is contained in:
parent
b7217a5b89
commit
38ba9b8ef8
1 changed files with 0 additions and 19 deletions
19
README.md
19
README.md
|
@ -1,19 +0,0 @@
|
||||||
# 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
|
|
||||||
```
|
|
Reference in a new issue