Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 349 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 349 Bytes

Docker file for Komoot Photon

Building

docker build -t photon .

Usage

To persist the storage a docker volume is recommended. Photon runs on port 2322 per default, this command will pipe it to port 443 on the host:

docker start -v photon_data:/data -p 443:2322  photon:latest