Skip to content

Commit 8e18aaf

Browse files
Updated documentation for privileged ports
1 parent 9fa129d commit 8e18aaf

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CONTRIBUTORS
22

33
This 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

66
Upstream project: https://github.com/janeczku/calibre-web
77
Fork project (Calibre-Web Automated, since 2024): https://github.com/crocodilestick/calibre-web-automated

docker-compose.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

docker-compose.yml.dev

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)