mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-20 23:46:26 -04:00
docker-compose fix default port
This commit is contained in:
parent
0995e0447c
commit
13a6d39f46
6
docker-compose.override.yml
Normal file
6
docker-compose.override.yml
Normal file
@ -0,0 +1,6 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
invidious:
|
||||
ports:
|
||||
- "127.0.0.1:3000:3000"
|
@ -12,8 +12,8 @@ services:
|
||||
context: .
|
||||
dockerfile: docker/Dockerfile
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "127.0.0.1:3000:3000"
|
||||
expose:
|
||||
- "3000"
|
||||
environment:
|
||||
# Please read the following file for a comprehensive list of all available
|
||||
# configuration options and their associated syntax:
|
||||
|
Loading…
x
Reference in New Issue
Block a user