From c9d7a06582616c32fbc8d2e361f0e213a5dbd65f Mon Sep 17 00:00:00 2001 From: akanealw Date: Thu, 14 Mar 2024 06:40:40 -0500 Subject: [PATCH] commented out opengist again --- mixed/compose.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/mixed/compose.yml b/mixed/compose.yml index 832f905..aec5c4a 100644 --- a/mixed/compose.yml +++ b/mixed/compose.yml @@ -240,16 +240,16 @@ services: - ${DOCKER_CONFIGS}/navidrome/data:/data - ${STORAGE_DIR}/Music/Albums:/music:ro - opengist: - container_name: opengist - image: ghcr.io/thomiceli/opengist:1 - networks: - - reverse-proxy - ports: - - 6157:6157 - restart: always - volumes: - - ${DOCKER_CONFIGS}/opengist:/opengist + # opengist: + # container_name: opengist + # image: ghcr.io/thomiceli/opengist:1 + # networks: + # - reverse-proxy + # ports: + # - 6157:6157 + # restart: always + # volumes: + # - ${DOCKER_CONFIGS}/opengist:/opengist # orbital-sync: # container_name: orbital-sync