Skip to content

Commit 3da6ed0

Browse files
authored
Update README.md
1 parent c344a99 commit 3da6ed0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ services:
2828
- --encryptionEnv
2929
- ENCRYPTION
3030
environment:
31-
ENCRYPTION: ${ENCRYPTION} # optional (Ensure this is a 32-character long encryption key https://pocketbase.io/docs/going-to-production/#enable-settings-encryption)
31+
ENCRYPTION: ${ENCRYPTION}
3232
ports:
3333
- "127.0.0.1:8080:8080"
3434
volumes:
3535
- ${COMMON_PATH}/pb_data:/pb/pb_data
3636
- ${COMMON_PATH}/pb_public:/pb/pb_public # optional
3737
- ${COMMON_PATH}/pb_hooks:/pb/pb_hooks # optional
38-
healthcheck: # optional, recommended since v0.10.0
38+
healthcheck:
3939
test: wget --no-verbose --tries=1 --spider http://localhost:8080/api/health || exit 1
4040
interval: 60s
4141
timeout: 5s

0 commit comments

Comments
 (0)