docker compose forward only to localhost

This commit is contained in:
Pavle Portic 2019-05-26 17:58:58 +02:00
parent d46798fd46
commit 9f530356ad
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ services:
container_name: perktree-frontend
restart: unless-stopped
ports:
- 8019:80
- ::1:8019:80
- 127.0.0.1:8019:80
links:
- backend