1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix(docs): realign indentation of code and comments

Seems something went wrong the last time 🤷
This commit is contained in:
Thomas Heartman 2021-12-22 14:21:04 +01:00
parent 120345953a
commit b83a45fc59

View File

@ -120,9 +120,9 @@ Strategies are stored in separate JavaScript files and loaded into the container
-e UNLEASH_PROXY_SECRETS=some-secret \ -e UNLEASH_PROXY_SECRETS=some-secret \
-e UNLEASH_URL='http://unleash:4242/api/' \ -e UNLEASH_URL='http://unleash:4242/api/' \
-e UNLEASH_API_TOKEN=${API_TOKEN} \ -e UNLEASH_API_TOKEN=${API_TOKEN} \
# highlight-start # highlight-start
-e UNLEASH_CUSTOM_STRATEGIES_FILE=/strategies/timestamp.js \ -e UNLEASH_CUSTOM_STRATEGIES_FILE=/strategies/timestamp.js \
--mount type=bind,source="$(pwd)"/strategies,target=/strategies \ --mount type=bind,source="$(pwd)"/strategies,target=/strategies \
# highlight-end # highlight-end
-p 3000:3000 --network unleash unleashorg/unleash-proxy -p 3000:3000 --network unleash unleashorg/unleash-proxy
``` ```