diff --git a/compose.yml b/compose.yml index 2cf17b2..756d10d 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: kutt/kutt + image: kutt/kutt:2.7.2 depends_on: - db - redis