An open API service indexing awesome lists of open source software.

https://github.com/mat-sz/photos-docker

:package: A docker-compose setup for my photo storage app.
https://github.com/mat-sz/photos-docker

docker docker-compose dockerfiles

Last synced: about 2 months ago
JSON representation

:package: A docker-compose setup for my photo storage app.

Awesome Lists containing this project

README

          

# photos-docker

A docker-compose setup for my photo storage app.

## Installation

Clone the repo and run the following commands:

```
git submodule update --recursive --init
docker-compose up
```

Make sure docker and docker-compose are installed and your user is in the docker group.

## Using custom ports

Please copy the attached `docker-compose.override.example.yml` file to `docker-compose.override.yml` and modify the values as needed.