From fcc85369e7100f155bcb5a44a8fef38b35ad939c Mon Sep 17 00:00:00 2001 From: Oakley <66735773+OakleyCord@users.noreply.github.com> Date: Thu, 18 May 2023 10:39:25 -0400 Subject: [PATCH] Add cors to environment --- docker-compose.yml.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml.example b/docker-compose.yml.example index 7e2f5a93..c224658a 100644 --- a/docker-compose.yml.example +++ b/docker-compose.yml.example @@ -12,4 +12,6 @@ services: - port=9000 # Set this to your instance's URL - selfURL='https://co.wukko.me' + # Set this to 1 if you want cross-origin resource sharing on + - cors=0