Skip to content

Commit

Permalink
Merge pull request #12 from lokori/master
Browse files Browse the repository at this point in the history
up version
  • Loading branch information
anttivi-solita committed Nov 3, 2016
2 parents c88303f + e2db207 commit 865de97
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV HOME /root

# Get the JAR file
CMD mkdir /var/clamav-rest
COPY clamav-rest-1.0.1.jar /var/clamav-rest/
COPY clamav-rest-1.0.2.jar /var/clamav-rest/

# Define working directory.
WORKDIR /var/clamav-rest/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Or you can build the JAR. This creates a stand-alone JAR with embedded [Jetty se
Starting the REST service is quite straightforward.

```
java -jar clamav-rest-1.0.1.jar --server.port=8765 --clamd.host=myprecious.clamd.serv.er --clamd.port=3310
java -jar clamav-rest-1.0.2.jar --server.port=8765 --clamd.host=myprecious.clamd.serv.er --clamd.port=3310
```

## Setting up local clamd virtual server
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ port=${CLAMD_PORT:-3310}
echo "using clamd server: $host:$port"

# start in background
java -jar /var/clamav-rest/clamav-rest-1.0.1.jar --clamd.host=$host --clamd.port=$port
java -jar /var/clamav-rest/clamav-rest-1.0.2.jar --clamd.host=$host --clamd.port=$port



Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>fi.solita.clamav</groupId>
<artifactId>clamav-rest</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<packaging>jar</packaging>
<name>Simple ClamAV proxy</name>
<description>Simple REST proxy to put between a client and clamd server. </description>
Expand Down

0 comments on commit 865de97

Please sign in to comment.