Commit f338327 1 parent 0b08276 commit f338327 Copy full SHA for f338327
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ Requires=docker.service
8
8
TimeoutStartSec =0
9
9
ExecStartPre =-/usr/bin/docker stop optimal-buy-gdax
10
10
ExecStartPre =-/usr/bin/docker rm optimal-buy-gdax
11
- ExecStartPre =/usr/bin/docker pull brndnmtthws/optimal-buy-gdax:v1.0.3
11
+ ExecStartPre =/usr/bin/docker pull brndnmtthws/optimal-buy-gdax:v1.0.4
12
12
ExecStart =/usr/bin/docker run --name optimal-buy-gdax \
13
13
-v /var/lib/optimal-buy-gdax:/usr/src/app/state \
14
- brndnmtthws/optimal-buy-gdax:v1.0.3 \
14
+ brndnmtthws/optimal-buy-gdax:v1.0.4 \
15
15
--db-engine sqlite:///state/gdax_history.db \
16
16
--key myapikey \
17
17
--b64secret mysecret \
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ Requires=docker.service
8
8
TimeoutStartSec =0
9
9
ExecStartPre =-/usr/bin/docker stop optimal-buy-gdax
10
10
ExecStartPre =-/usr/bin/docker rm optimal-buy-gdax
11
- ExecStartPre =/usr/bin/docker pull brndnmtthws/optimal-buy-gdax:v1.0.3
11
+ ExecStartPre =/usr/bin/docker pull brndnmtthws/optimal-buy-gdax:v1.0.4
12
12
ExecStart =/usr/bin/docker run --name optimal-buy-gdax \
13
13
-v /var/lib/optimal-buy-gdax:/usr/src/app/state \
14
- brndnmtthws/optimal-buy-gdax:v1.0.3 \
14
+ brndnmtthws/optimal-buy-gdax:v1.0.4 \
15
15
--db-engine sqlite:///state/gdax_history.db \
16
16
--key myapikey \
17
17
--b64secret mysecret \
You can’t perform that action at this time.
0 commit comments