Moved to _dev
This commit is contained in:
28
ubooquity/compose.yaml
Normal file
28
ubooquity/compose.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
volumes:
|
||||
config:
|
||||
name: ubqty_config
|
||||
books:
|
||||
name: ubqty_books
|
||||
comics:
|
||||
name: ubqty_comics
|
||||
files:
|
||||
name: ubqty_files
|
||||
|
||||
services:
|
||||
ubooquity:
|
||||
image: ghcr.io/linuxserver/ubooquity
|
||||
container_name: ubooquity
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Paris
|
||||
- MAXMEM=1024
|
||||
volumes:
|
||||
- config:/config
|
||||
- books:/books
|
||||
- comics:/comics
|
||||
- files:/files
|
||||
ports:
|
||||
- 2202:2202
|
||||
- 2203:2203
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user