Merge pull request #598 from tleydxdy/patch-1

let docker listen to 127.0.0.1 by default
pull/633/head
Omar Roth 2019-06-22 19:47:35 -05:00 zatwierdzone przez GitHub
commit 6a6cf015a6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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