Skip to content

Commit

Permalink
Bump version in systemd units.
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Jun 6, 2018
1 parent 60f30ff commit f1486ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion systemd/optimal-buy-gdax-buy.service
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ExecStartPre=-/usr/bin/docker rm optimal-buy-gdax
ExecStartPre=/usr/bin/docker pull brndnmtthws/optimal-buy-gdax:v1.0.4
ExecStart=/usr/bin/docker run --name optimal-buy-gdax \
-v /var/lib/optimal-buy-gdax:/usr/src/app/state \
brndnmtthws/optimal-buy-gdax:v1.0.4 \
brndnmtthws/optimal-buy-gdax:v1.1.0 \
--db-engine sqlite:////usr/src/app/state/gdax_history.db \
--key myapikey \
--b64secret mysecret \
Expand Down
2 changes: 1 addition & 1 deletion systemd/optimal-buy-gdax-deposit.service
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ExecStartPre=-/usr/bin/docker rm optimal-buy-gdax
ExecStartPre=/usr/bin/docker pull brndnmtthws/optimal-buy-gdax:v1.0.4
ExecStart=/usr/bin/docker run --name optimal-buy-gdax \
-v /var/lib/optimal-buy-gdax:/usr/src/app/state \
brndnmtthws/optimal-buy-gdax:v1.0.4 \
brndnmtthws/optimal-buy-gdax:v1.1.0 \
--db-engine sqlite:////usr/src/app/state/gdax_history.db \
--key myapikey \
--b64secret mysecret \
Expand Down

0 comments on commit f1486ac

Please sign in to comment.