mirror of
https://github.com/dustinbrun/docker-compose-homeserver.git
synced 2025-09-07 17:27:30 +02:00
Version 1
This commit is contained in:
15
picapport/docker-compose.yml
Normal file
15
picapport/docker-compose.yml
Normal 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
|
Reference in New Issue
Block a user