From b90b086cb274c2cf592c1ace8cb1cca64c136558 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Wed, 19 Jan 2022 19:32:39 +0100 Subject: [PATCH] Disable icon container The icon download container can be removed as its function is currently removed from the xce fork --- docker-compose.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 2db9f04..e416591 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -102,7 +102,7 @@ services: - ./src/front:/usr/src/front - ./src/pusher:/usr/src/pusher - icon: - image: matthiasluedtke/iconserver:v3.13.0 - ports: - - "127.0.0.1:8006:8080" +# icon: +# image: matthiasluedtke/iconserver:v3.13.0 +# ports: +# - "127.0.0.1:8006:8080"