Skip to content

Commit

Permalink
fix(docker-compose): fix oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Kropachev committed Jun 11, 2023
1 parent a0d94fe commit 1523b20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions scripts/docker-compose-cassandra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ networks:

services:
gemini-oracle:
image: scylladb/scylla:5.2.2
image: cassandra:3.11.3
container_name: gemini-oracle
command: --smp 2 --memory 1024M --api-address 0.0.0.0
networks:
gemini:

Expand Down
3 changes: 2 additions & 1 deletion scripts/docker-compose-scylla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ networks:

services:
gemini-oracle:
image: cassandra:3.11.3
image: scylladb/scylla:5.2.2
container_name: gemini-oracle
command: --smp 2 --memory 1024M --api-address 0.0.0.0
networks:
gemini:

Expand Down

0 comments on commit 1523b20

Please sign in to comment.