Skip to content

Commit 95b10f4

Browse files
authored
updated docker run command to have encryption_password (#305)
1 parent 3e19fb7 commit 95b10f4

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
@@ -40,6 +40,7 @@ Engine is a backend HTTP server that calls smart contracts with your managed bac
4040
1. Run Engine.
4141
```bash
4242
docker run \
43+
-e ENCRYPTION_PASSWORD="<encryption_password>" \
4344
-e THIRDWEB_API_SECRET_KEY="<thirdweb_secret_key>" \
4445
-e ADMIN_WALLET_ADDRESS="<admin_wallet_address>" \
4546
-e POSTGRES_CONNECTION_URL="postgresql://postgres:postgres@host.docker.internal:5432/postgres?sslmode=disable" \

0 commit comments

Comments
 (0)