diff --git a/README.md b/README.md deleted file mode 100644 index b2b16ce..0000000 --- a/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# Photoview - Docker -This repository aims to provide a docker-compose file for . - -## 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 -```