From 09019fc379e75a8fdce52744261c6ec73f90fcde Mon Sep 17 00:00:00 2001 From: "Dave Lage (rockerBOO)" Date: Fri, 25 Nov 2022 02:28:51 -0500 Subject: [PATCH] update local ports for docker --- docker-compose.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index afda8726..905dff50 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,6 +4,8 @@ # If you want to use Invidious in production, see the docker-compose.yml file provided # in the installation documentation: https://docs.invidious.io/installation/ +--- + version: "3" services: @@ -11,9 +13,10 @@ services: build: context: . dockerfile: docker/Dockerfile + image: rockerboo/invidious restart: unless-stopped ports: - - "127.0.0.1:3000:3000" + - "127.0.0.1:9999:3000" environment: # Please read the following file for a comprehensive list of all available # configuration options and their associated syntax: