Skip to content

Commit e2aa18a

Browse files
author
Ubuntu
committed
update dockerfiles
1 parent 9e82dda commit e2aa18a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfiles/keydb-latest/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ RUN mkdir -p /usr/lib/keydb/modules
66
COPY modjs.so /usr/lib/keydb/modules
77
COPY bootstrap.js /usr/lib/keydb/modules
88
VOLUME /scripts
9-
# Call module to load with keydb-server, specify the config file location
10-
CMD ["keydb-server", "/etc/keydb.conf", "--loadmodule", "/usr/lib/keydb/modules/modjs.so"]
9+
# Call module to load with redis-server
10+
CMD ["keydb-server", "/etc/keydb/keydb.conf", "--loadmodule", "/usr/lib/keydb/modules/modjs.so"]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,17 @@ If V8 compiled successfully you are now ready to build ModJS. ModJS can be buil
8888

8989
<b>KeyDB:</b>
9090
```
91-
$ sudo docker run eqalpha/modssl
91+
$ sudo docker run eqalpha/modjs
9292
```
9393

9494
<b>Redis</b>
9595
```
96-
$ sudo docker run eqalpha/modssl:redis-latest
96+
$ sudo docker run eqalpha/modjs:redis-latest
9797
```
9898

9999
<b>Launch container bound to host:</b>
100100
```
101-
$ sudo docker run -p 6379:6379 eqalpha/modssl
101+
$ sudo docker run -p 6379:6379 eqalpha/modjs
102102
```
103103

104104
### Launch with Startup Script

0 commit comments

Comments
 (0)