Skip to content

Commit

Permalink
Soften reqs for generator in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
HadesArchitect authored Mar 30, 2020
1 parent 22596f1 commit 63c5797
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 @@ -67,7 +67,7 @@ services:
# Sample Data Generator, imitates behaviour of users on the killrVideo website.
# Adds comments and rates videos, upload new videos and so on.
generator:
image: killrvideo/killrvideo-generator:3.0.2
image: killrvideo/killrvideo-generator:3
depends_on:
- backend # Needs Backend to be running
environment:
Expand Down

0 comments on commit 63c5797

Please sign in to comment.