mirror of https://github.com/iv-org/invidious.git
Apply suggestion
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
This commit is contained in:
parent
dfcaed93ea
commit
a9d2d2211a
|
@ -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 New Issue