mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
Add ubooquity
This commit is contained in:
parent
6298896219
commit
143017a55d
19
docker/ubooquity/docker-compose.yaml
Normal file
19
docker/ubooquity/docker-compose.yaml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
version: "2.1"
|
||||||
|
services:
|
||||||
|
ubooquity:
|
||||||
|
image: ghcr.io/linuxserver/ubooquity
|
||||||
|
container_name: ubooquity
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Europe/Helsinki
|
||||||
|
- MAXMEM=1024
|
||||||
|
volumes:
|
||||||
|
- /docker/ubooquity/config:/config
|
||||||
|
- /docker/ubooquity/books:/books
|
||||||
|
- /docker/ubooquity/comics:/comics
|
||||||
|
- /docker/ubooquity/files:/files
|
||||||
|
ports:
|
||||||
|
- 2202:2202
|
||||||
|
- 2203:2203
|
||||||
|
restart: unless-stopped
|
Loading…
Reference in New Issue
Block a user