18 lines
448 B
YAML
18 lines
448 B
YAML
services:
|
|
ubooquity:
|
|
image: lscr.io/linuxserver/ubooquity:latest
|
|
container_name: ubooquity
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1002
|
|
- TZ=America/Sao_Paulo
|
|
- MAXMEM= #optional
|
|
volumes:
|
|
- /home/ccalifice/docker-data/ubooquity:/config
|
|
#- /path/to/books:/books
|
|
#- /path/to/comics:/comics
|
|
- /mnt/system/f95:/files:ro
|
|
ports:
|
|
- 2202:2202
|
|
- 2203:2203
|
|
restart: unless-stopped |