From be3910911af3fc63eae66cb94d0b94de7583a3f0 Mon Sep 17 00:00:00 2001 From: "@CyberAndi" Date: Sat, 1 Apr 2023 15:44:56 +0200 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index eb83b020..a42052ef 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,7 @@ services: dockerfile: docker/Dockerfile restart: unless-stopped ports: - - "127.0.0.1:3000:3000" + - "3000:3000" environment: # Please read the following file for a comprehensive list of all available # configuration options and their associated syntax: @@ -25,10 +25,10 @@ services: password: kemal host: invidious-db port: 5432 - check_tables: true + check_tables: true # external_port: # domain: - # https_only: false + https_only: true # statistics_enabled: false healthcheck: test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1