mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Apply suggestion
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
This commit is contained in:
parent
dfcaed93ea
commit
a9d2d2211a
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
|
|
Loading…
Reference in a new issue