From 95c36dfa73f51d1dcfbff72ef12f9729663903d0 Mon Sep 17 00:00:00 2001 From: faulty Date: Wed, 15 Feb 2023 09:08:38 +0100 Subject: [PATCH] Revert "naming fix" This reverts commit 3c94dd81e0af92cfe1d616b0d35154ecf0e20a02. --- docker-compose.utils.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.utils.yml b/docker-compose.utils.yml index 2e80ebe..8eb9b3a 100644 --- a/docker-compose.utils.yml +++ b/docker-compose.utils.yml @@ -204,7 +204,7 @@ services: context: custom/invidious-db restart: unless-stopped volumes: - - /srv/invidious/other/db/data:/var/lib/postgresql/data + - /srv/indivious/other/db/data:/var/lib/postgresql/data environment: POSTGRES_DB: invidious POSTGRES_USER: invidious