diff options
| author | TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> | 2022-02-22 17:31:45 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-22 17:31:45 +0000 |
| commit | a9d2d2211a777699672519933d50b1f61a570a42 (patch) | |
| tree | ed558c4f48a863dc54724344810c5903062c8d9d /docker-compose.yml | |
| parent | dfcaed93eaf5afc91dec3b2f89cda841aefadbd0 (diff) | |
| download | invidious-a9d2d2211a777699672519933d50b1f61a570a42.tar.gz invidious-a9d2d2211a777699672519933d50b1f61a570a42.tar.bz2 invidious-a9d2d2211a777699672519933d50b1f61a570a42.zip | |
Apply suggestion
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 321920bb..4205792e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,8 @@ -# This docker-compose file is made for development purpose and build an image from source, if you want to use Invidious in production, see the documentation. +# 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.md version: "3" services: |
