4
0
forked from midou/invidious

Merge pull request from tleydxdy/patch-1

let docker listen to 127.0.0.1 by default
This commit is contained in:
Omar Roth
2019-06-22 19:47:35 -05:00
committed by GitHub

@ -13,7 +13,7 @@ services:
dockerfile: docker/Dockerfile
restart: unless-stopped
ports:
- "3000:3000"
- "127.0.0.1:3000:3000"
depends_on:
- postgres