mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-05 12:18:30 +00:00
docker: fix port forwarding
Previous version resulted in ERR_CONNECTION_REFUSED.
This commit is contained in:
parent
f99a7b2a8c
commit
13d2343f0a
@ -13,7 +13,7 @@ services:
|
||||
dockerfile: docker/Dockerfile
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "127.0.0.1:3000:3000"
|
||||
- "3000:3000"
|
||||
depends_on:
|
||||
- postgres
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user