Skip to content

Commit

Permalink
Update stack-rexray.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsijben authored Aug 11, 2019
1 parent b3a0be9 commit 14b9401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack-rexray.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- rexray_do_token
environment:
- REXRAY_DO_TOKEN_FILE=/run/secrets/rexray_do_token
command: sh -c "docker plugin install --grant-all-permissions rexray/dobs DOBS_REGION=nyc3 DOBS_TOKEN=`cat $REXRAY_DO_TOKEN_FILE` DOBS_CONVERTUNDERSCORES=true"
command: sh -c "docker plugin install --grant-all-permissions rexray/dobs DOBS_REGION=nyc3 DOBS_TOKEN=`cat $${REXRAY_DO_TOKEN_FILE}` DOBS_CONVERTUNDERSCORES=true"
deploy:
mode: global
restart_policy:
Expand Down

0 comments on commit 14b9401

Please sign in to comment.