Version 1

This commit is contained in:
2021-03-14 14:34:40 +01:00
parent 2e27d570dd
commit 4ea086fb00
17 changed files with 628 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
version: '3'
services:
picapport:
image: whatever4711/picapport
restart: always
ports:
- 84:80
environment:
- Xms=512m
- Xmx=1g
- PICAPPORT_LANG=de
volumes:
- ./config:/opt/picapport/.picapport
- ./photos:/srv/photos