Skip to content

Commit

Permalink
fix: change sync-rules to upload-rules in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Jblew committed Jan 31, 2019
1 parent 8536d96 commit e8e3092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: .
dockerfile: Dockerfile
command: bash -c "wise sync-rules rules.json && wise daemon"
command: bash -c "wise upload-rules rules.json && wise daemon"
environment:
WISE_STEEM_USERNAME: guest123
WISE_STEEM_POSTINGWIF: 5JRaypasxMx1L97ZUX7YuC5Psb5EAbF821kkAGtBj7xCJFQcbLg
Expand Down

0 comments on commit e8e3092

Please sign in to comment.