From 5e3fcad1fbea83048e75536c4861154d6d592acb Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty Date: Tue, 22 Feb 2022 15:36:15 +0100 Subject: [PATCH] Remove the enforced container_name following suggestions --- docker-compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 96e15105..38ee0a96 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,6 @@ version: "3" services: invidious: - container_name: invidious build: context: . dockerfile: docker/Dockerfile @@ -36,7 +35,6 @@ services: - invidious-db invidious-db: - container_name: invidious-db image: postgres:14-alpine restart: unless-stopped volumes: