Skip to content

Commit 83777b0

Browse files
committed
docs: add APP_KEY to docker run command
1 parent 0ed8683 commit 83777b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ Networking changed in Docker v1.9, so you need to do one of the following steps.
103103
-e DB_USERNAME=bookstack \
104104
-e DB_PASSWORD=secret \
105105
-e APP_URL=http://example.com \
106+
-e APP_KEY=SomeRandomStringWith32Characters \
106107
-p 8080:8080 \
107108
--name="bookstack_25.2.1" \
108109
solidnerd/bookstack:25.2.1

0 commit comments

Comments
 (0)