13 lines
197 B
YAML
Executable File
13 lines
197 B
YAML
Executable File
---
|
|
services:
|
|
bookbrowser:
|
|
image: dezhao/bookbrowser_cn:latest
|
|
container_name: bookbrowser
|
|
volumes:
|
|
- /mnt/disk1/books:/books
|
|
ports:
|
|
- 4004:8090
|
|
restart: always
|
|
|
|
|