From 2ef2fa2d5fe9fb02e5b33cb422e50541e65777eb Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Sun, 10 Apr 2022 12:57:00 +0545 Subject: [PATCH] warning to top --- docker-compose.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3521b64bac..c63b9c80e7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,13 +1,14 @@ +# WARNING! +# This is a development version of THE Appwrite docker-compose.yml file. +# Avoid using this file in your production environment. +# We're exposing here sensitive ports and mounting code volumes for rapid development and debugging of the server stack. + x-logging: &x-logging logging: driver: 'json-file' options: max-file: 5 max-size: 10m -# WARNING! -# This is a development version of THE Appwrite docker-compose.yml file. -# Avoid using this file in your production environment. -# We're exposing here sensitive ports and mounting code volumes for rapid development and debugging of the server stack. version: '3'