From b50fc9f27c38b433d0771af023f65a0b17eb7f31 Mon Sep 17 00:00:00 2001 From: Vincent Agnano Date: Sun, 26 Feb 2023 18:37:14 +0100 Subject: [PATCH] rename override docker file for prod --- docker-compose.override.yml => docker-compose.prod.yml | 0 docker-compose.yml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename docker-compose.override.yml => docker-compose.prod.yml (100%) diff --git a/docker-compose.override.yml b/docker-compose.prod.yml similarity index 100% rename from docker-compose.override.yml rename to docker-compose.prod.yml diff --git a/docker-compose.yml b/docker-compose.yml index 41782080..13d3e1b0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,8 +1,8 @@ # Warning: This docker-compose file is made for development purposes. # Using it will build an image from the locally cloned repository. # -# If you want to use Invidious in production, see the docker-compose.yml file provided -# in the installation documentation: https://docs.invidious.io/installation/ +# If you want to use Invidious in production, see the docker-compose.prod.yml file provided +# or check the installation documentation: https://docs.invidious.io/installation/ version: "3" services: