Skip to content

Commit

Permalink
Updated docker-compose version requirements
Browse files Browse the repository at this point in the history
Soften version requirements for web and dse-config services
  • Loading branch information
HadesArchitect authored Apr 1, 2020
1 parent 63c5797 commit cebca7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ version: '3'
services:

web: # Web Interface
image: killrvideo/killrvideo-web:3.0.1
image: killrvideo/killrvideo-web:3
ports:
- "3000:3000" # Exposes port to be available externally
depends_on:
Expand Down Expand Up @@ -60,7 +60,7 @@ services:

# One-Time Bootstrap Container, configures DSE to have required keyspaces etc.
dse-config:
image: killrvideo/killrvideo-dse-config:3.0.0
image: killrvideo/killrvideo-dse-config:3
depends_on:
- dse # Needs DSE to be running

Expand Down

0 comments on commit cebca7e

Please sign in to comment.