mirror of
https://github.com/iv-org/invidious.git
synced 2025-06-28 01:28:30 +00:00
update local ports for docker
This commit is contained in:
parent
d1bc15b8bf
commit
906d3f7c3f
@ -4,6 +4,8 @@
|
|||||||
# If you want to use Invidious in production, see the docker-compose.yml file provided
|
# If you want to use Invidious in production, see the docker-compose.yml file provided
|
||||||
# in the installation documentation: https://docs.invidious.io/installation/
|
# in the installation documentation: https://docs.invidious.io/installation/
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
|
|
||||||
@ -11,9 +13,10 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: docker/Dockerfile
|
dockerfile: docker/Dockerfile
|
||||||
|
image: rockerboo/invidious
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:3000:3000"
|
- "127.0.0.1:9999:3000"
|
||||||
environment:
|
environment:
|
||||||
# Please read the following file for a comprehensive list of all available
|
# Please read the following file for a comprehensive list of all available
|
||||||
# configuration options and their associated syntax:
|
# configuration options and their associated syntax:
|
||||||
|
Loading…
Reference in New Issue
Block a user