File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11CONTRIBUTORS
22
33This file is automatically generated. DO NOT EDIT MANUALLY.
4- Generated on: 2025-08-25T19:21:37.195194Z
4+ Generated on: 2025-08-25T19:25:17.088103Z
55
66Upstream project: https://github.com/janeczku/calibre-web
77Fork project (Calibre-Web Automated, since 2024): https://github.com/crocodilestick/calibre-web-automated
Original file line number Diff line number Diff line change @@ -34,5 +34,8 @@ services:
3434 - /path/to/your/calibre/plugins/folder:/config/.config/calibre/plugins
3535 ports :
3636 # Change the first number to change the port you want to access the Web UI, not the second
37- - 8083:8083
37+ - 8083:8083
38+ # If you set CWA_PORT_OVERRIDE to a port below 1024, you may need to uncomment the following line:
39+ # cap_add:
40+ # - NET_BIND_SERVICE
3841 restart : unless-stopped
Original file line number Diff line number Diff line change @@ -41,5 +41,8 @@ services:
4141
4242 ports:
4343 # Change the first number to change the port you want to access the Web UI, not the second
44- - 8083:8083
44+ - 8083:8083
45+ # If you set CWA_PORT_OVERRIDE to a port below 1024, you may need to uncomment the following line:
46+ # cap_add:
47+ # - NET_BIND_SERVICE
4548 restart: unless-stopped
You can’t perform that action at this time.
0 commit comments