From e778bcdcc11b45fd17210952d4d32eb5b253eb22 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Sat, 3 Apr 2021 14:38:50 +0200 Subject: [PATCH] Pin docker image tag --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 6cf30a2..34fb407 100644 --- a/compose.yml +++ b/compose.yml @@ -2,7 +2,7 @@ version: '3.8' services: app: - image: swarmpit/swarmpit:latest + image: swarmpit/swarmpit:1.9 environment: - SWARMPIT_DB=http://db:5984 - SWARMPIT_INFLUXDB=http://influxdb:8086