Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Commit b2d6924

Browse files
Bot Updating Templated Files
1 parent 1987852 commit b2d6924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ services:
8989
- PUID=1000
9090
- PGID=1000
9191
- TZ=Europe/London
92-
- CONTEXT_PATH=url-base
92+
- CONTEXT_PATH=url-base #optional
9393
volumes:
9494
- </path/to/appdata/config>:/config
9595
- </path/to/audiobooks>:/audiobooks
@@ -108,7 +108,7 @@ docker run -d \
108108
-e PUID=1000 \
109109
-e PGID=1000 \
110110
-e TZ=Europe/London \
111-
-e CONTEXT_PATH=url-base \
111+
-e CONTEXT_PATH=url-base `#optional` \
112112
-p 4040:4040 \
113113
-v </path/to/appdata/config>:/config \
114114
-v </path/to/audiobooks>:/audiobooks \

0 commit comments

Comments
 (0)