mirror of
https://github.com/dustinbrun/docker-compose-homeserver.git
synced 2025-04-04 15:57:42 +00:00
16 lines
280 B
YAML
16 lines
280 B
YAML
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
|